mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
- Add top-level headings to all wiki files (MD041) - Fix heading spacing and blank line issues (MD022, MD012) - Convert HTML badges to markdown format (MD033) - Add alt text to images (MD045) - Fix list indentation and numbering (MD005, MD029, MD032) - Remove trailing punctuation from headings (MD026) - Convert emphasis to proper headings (MD036) - Fix heading level increments (MD001) - Add trailing newlines to all files (MD047) This ensures the wiki-sync.yml GitHub Action will pass linting. All changes maintain the same visual appearance and functionality. Fixes the lint failures reported in GitHub Action run #21212863659
1.2 KiB
Executable file
1.2 KiB
Executable file
B Download And Install Linux
Snap - Most distributions
Install via command-line:
## stable
sudo snap install superproductivity
## edge channel releases
sudo snap install --channel=edge superproductivity
## it is also recommended to disable updates to the app while it is running:
sudo snap set core experimental.refresh-app-awareness=true
Flatpak - Most distributions
Must install Flatpak first. See setup instructions for all distributions.
Install via command-line:
## install
flatpak install flathub com.super_productivity.SuperProductivity
## run
flatpak run com.super_productivity.SuperProductivity
Aur - Arch Linux
git clone <https://aur.archlinux.org/superproductivity-bin.git>
cd superproductivity-bin
makepkg -si
AppImage
If you encounter problems, please have a look here: https://github.com/super-productivity/super-productivity/issues/3193#issuecomment-2131315513