diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 5504e02..4548c7f 100644 --- a/README.md +++ b/README.md @@ -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 ``` |