mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-27 03:21:49 +03:00
Add bash highlighting
This commit is contained in:
parent
0ca411c52d
commit
bf2280e400
@ -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
|
||||||
```
|
```
|
||||||
",
|
",
|
||||||
|
Loading…
Reference in New Issue
Block a user