diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -27,12 +27,24 @@ To run the project you just need to do a make run. ### Installations -The only installation process available so far is through my apk -repository[^2][^3]. +One installation process available is through my apk repository[^2][^3]. -You can check openrc files for the details how it is run, but in general you'd -need the cerrado binary and scfg file. I can easily be integration with -systemd. +You could also run: + +```sh +make +make install +``` + +Or you could also pick another prefix: + +```sh +PREFIX=$HOME/.local/ make install +``` + +You can check openrc files for the details how it is run with a init system, +but in general you'd need the cerrado binary and scfg file, which can easily be +integrated with systemd. ### Contributing |