浏览代码

Add readme

pull/1/head
mtardy 4 年前
父节点
当前提交
fb5c56fb7b
共有 1 个文件被更改,包括 26 次插入0 次删除
  1. +26
    -0
      README.md

+ 26
- 0
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
```

正在加载...
取消
保存