[examples] Improve README.

This commit is contained in:
Alessandro Coglio 2022-08-08 16:56:31 -07:00
parent 371ce24e23
commit d63fb7a657

View File

@ -1,8 +1,13 @@
# tictactoe.aleo
# Tic Tac Toe in Leo
## Build Guide
To compile this Aleo program, run:
To compile this Leo program:
```bash
aleo build
leo build
```
To run this Leo program:
```bash
leo run
```