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 ## Build Guide
To compile this Leo program, run: To compile this Leo program, run:
``` ```bash
leo build leo build
``` ```
To test this Leo program, run: To test this Leo program, run:
``` ```bash
leo test leo test
``` ```
## Development ## Development
To output the number of constraints, run: To output the number of constraints, run:
``` ```bash
leo build -d leo build -d
``` ```
", ",