From d30a41c82a5f6b06e18041a1bde438d1265c9cf1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 6 Nov 2021 19:21:30 +0100 Subject: added build instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0