about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-27 08:42:37 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-27 08:42:37 -0800
commitbbeef0b49f49b8796b94f00de37535308ee11769 (patch)
tree44bdcc50fd72a0ee2db4aaa5bab0952bab449617
parentae2d3e377e2eb3c8cfe6f5211d159a680e6edf38 (diff)
downloadteliva-bbeef0b49f49b8796b94f00de37535308ee11769.tar.gz
.
-rw-r--r--README.md4
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
 ```