diff options
author | Daniel <steew0x8@protonmail.com> | 2021-11-07 19:34:41 +0100 |
---|---|---|
committer | Daniel <steew0x8@protonmail.com> | 2021-11-07 19:34:41 +0100 |
commit | ce8ff29507ca5772c4ef4b023fa676f6701d61e0 (patch) | |
tree | 997bafb56f6387c485ed45077d415d6b44c763a4 | |
parent | 0c2e9877ff4231e6c68b689f4f67cc64b49515a6 (diff) | |
download | rpncalc-ce8ff29507ca5772c4ef4b023fa676f6701d61e0.tar.gz |
update readme for installing
-rw-r--r-- | README.md | 6 |
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 +``` |