diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-05 15:22:12 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-05 15:22:12 +0200 |
commit | a36e98b8ae350eed0e9cde2ffeea0626c0f570c5 (patch) | |
tree | 59131190d4ffdbf53f2d5a5e183a6036d1924231 /README.md | |
parent | 2fb43cc1271572d26298da70f823814cae87a3a0 (diff) | |
download | cerrado-a36e98b8ae350eed0e9cde2ffeea0626c0f570c5.tar.gz cerrado-a36e98b8ae350eed0e9cde2ffeea0626c0f570c5.tar.bz2 cerrado-a36e98b8ae350eed0e9cde2ffeea0626c0f570c5.zip |
feat: Add install rule
Now it is possible to run "make install".
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 |