From fb5c56fb7bf7785fef0a48377bbc875147dc9d5d Mon Sep 17 00:00:00 2001 From: mtardy Date: Wed, 17 Jun 2020 13:09:44 +0200 Subject: [PATCH] Add readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8aae541 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Basic calculator + +## Requirements + +Please install peg/leg manually or with Homebrew: +```bash +$ brew install peg +``` + +## Build + +```bash +$ make +``` + +## Usage + +```bash +$ echo "2+3" | ./calc +``` + +## Test + +```bash +$ ./test.sh +```