diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md index c037c73..fded252 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # rpncalc -simple rpn calculator inspired by emacs calc \ No newline at end of file +simple rpn calculator inspired by emacs calc + +To build: +```sh +DIR=build +meson $DIR +cd $DIR +ninja +``` +To execute: +```sh +./rpncalc +``` +Installation will be possible in future releases |