about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDaniel <steew0x8@protonmail.com>2021-11-07 19:34:41 +0100
committerDaniel <steew0x8@protonmail.com>2021-11-07 19:34:41 +0100
commitce8ff29507ca5772c4ef4b023fa676f6701d61e0 (patch)
tree997bafb56f6387c485ed45077d415d6b44c763a4
parent0c2e9877ff4231e6c68b689f4f67cc64b49515a6 (diff)
downloadrpncalc-ce8ff29507ca5772c4ef4b023fa676f6701d61e0.tar.gz
update readme for installing
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index fded252..a1fe585 100644
--- a/README.md
+++ b/README.md
@@ -13,4 +13,8 @@ To execute:
 ```sh
 ./rpncalc
 ```
-Installation will be possible in future releases
+Installation (inside build dir):
+```sh
+# needs root perms
+sudo ninja install # alternatively: sudo samu install if you are using samurai
+```