about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-01-24 17:25:50 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-01-24 17:25:50 -0800
commit058145ee23fa8773a52c700d1a82bf1cb84a10cf (patch)
tree8f1b91d239b906a6ab396e403e24ef5894ee1919 /README.md
parent3f6861b4dbeb0f7954f6b5aeb4555048be925af2 (diff)
downloadteliva-058145ee23fa8773a52c700d1a82bf1cb84a10cf.tar.gz
clarify generic 'bsd' build target
We still only have OpenBSD working.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fc4a1f7..d42da59 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Here's how you run one of the example apps (the [Tower of Hanoi](https://en.wiki
 ```sh
 git clone https://github.com/akkartik/teliva
 cd teliva
-make linux  # replace with 'macosx' or 'bsd' depending on your OS
+make linux  # replace with 'macosx', etc. depending on your OS
 src/teliva hanoi.tlv
 ```