Skip to content

Commit

Permalink
Add bash highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jan 3, 2021
1 parent 0ca411c commit bf2280e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/src/root/readme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
",
Expand Down

0 comments on commit bf2280e

Please sign in to comment.