[examples] Address review.

This commit is contained in:
Alessandro Coglio 2022-08-08 16:18:11 -07:00
parent 104e04f049
commit 099d63555b

View File

@ -1,8 +1,13 @@
# auction.aleo
# Auction Record Example
## Build Guide
To compile this Aleo program, run:
To compile this program:
```bash
aleo build
leo build
```
To run this program:
```bash
leo run
```