Add bash highlighting

This commit is contained in:
howardwu 2021-01-03 18:09:14 -04:00
parent 0ca411c52d
commit bf2280e400

View File

@ -64,19 +64,19 @@ impl README {
## Build Guide
To compile this Leo program, run:
```
```bash
leo build
```
To test this Leo program, run:
```
```bash
leo test
```
## Development
To output the number of constraints, run:
```
```bash
leo build -d
```
",