aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d394fa..2c56d27 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,8 @@
```sh
for file in data/HT-*/; do ./run.sh `basename $file`; done
```
+
+```sh
+mkdir -p output/small/
+./build/prog sample_data/small output/small/small.bin output/small/small.png
+```