update readme

This commit is contained in:
collin 2020-09-03 17:23:31 -07:00
parent db3eeddbbb
commit c89decbbf5

View File

@ -79,7 +79,7 @@ cd leo
$ cargo build --release
```
This will generate an executable under the `./target/release` directory. To run snarkOS, run the following command:
This will generate an executable under the `./target/release` directory. To run Leo, run the following command:
```bash
./target/release/leo
```