The many different ways to install rucola.
The program is provided for Linux, Windows and MacOS.
Installation from the AUR is only possible on Linux, but all other methods are platform independent.
For installation instructions via shell script, .msi or tarball, see the latest release.
These installers are generated using cargo dist and are provided for Windows, Mac and Linux.
Install rucola from the Arch User Repository:
pacman -S rucola-notes
Install with an AUR helper such as yay:
yay rucola
Install using cargo from crates.io:
cargo install rucola-notes
If you want to build the latest commit of rucola by yourself, you can clone the repository, build & install:
git clone https://github.com/Linus-Mussmaecher/rucola
cd rucola
cargo install --path .