diff options
-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 +``` |