This commit is contained in:
Kartik K. Agaram 2021-11-27 08:42:37 -08:00
parent ae2d3e377e
commit bbeef0b49f
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ to modify.
Here's how you run one of the example apps (the [Tower of Hanoi](https://en.wikipedia.org/wiki/Tower_of_Hanoi)):
```
```sh
git clone https://github.com/akkartik/teliva
cd teliva
make linux
make linux # replace with 'macosx' or 'bsd' depending on your OS
src/teliva hanoi.tlv
```