-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
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.
Note that in any case, some sort of Nerd font will be required to properly display some of the icons.
For installation instructions via shell script, .msi
, homebrew or tarball, see the latest release.
These installers are generated using cargo dist
and are provided for Windows, Mac and Linux.
You can install rucola
from the official repositories using pacman:
pacman -S rucola
Or install with an AUR helper such as yay
and pick either rucola
to build from source or rucola-notes-bin
to install a prepackaged binary:
yay rucola
Install using cargo
from crates.io
:
cargo install --locked 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 --locked --path .