mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 18:21:38 +03:00
[examples] Improve README.
This commit is contained in:
parent
371ce24e23
commit
d63fb7a657
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user