aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-10-05 15:22:12 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-10-05 15:22:12 +0200
commita36e98b8ae350eed0e9cde2ffeea0626c0f570c5 (patch)
tree59131190d4ffdbf53f2d5a5e183a6036d1924231 /README.md
parent2fb43cc1271572d26298da70f823814cae87a3a0 (diff)
downloadcerrado-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.md22
1 files changed, 17 insertions, 5 deletions
diff --git a/README.md b/README.md
index 267a306..ec8ee17 100644
--- a/README.md
+++ b/README.md
@@ -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