mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-24 02:31:44 +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
|
## Build Guide
|
||||||
|
|
||||||
To compile this Aleo program, run:
|
To compile this Leo program:
|
||||||
```bash
|
```bash
|
||||||
aleo build
|
leo build
|
||||||
|
```
|
||||||
|
|
||||||
|
To run this Leo program:
|
||||||
|
```bash
|
||||||
|
leo run
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user