diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-27 08:42:37 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-27 08:42:37 -0800 |
commit | bbeef0b49f49b8796b94f00de37535308ee11769 (patch) | |
tree | 44bdcc50fd72a0ee2db4aaa5bab0952bab449617 | |
parent | ae2d3e377e2eb3c8cfe6f5211d159a680e6edf38 (diff) | |
download | teliva-bbeef0b49f49b8796b94f00de37535308ee11769.tar.gz |
.
-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 ``` |