update readme

This commit is contained in:
Luna 2019-07-10 12:02:16 -03:00
parent 0e0b9add13
commit 4c9d94d7e5
1 changed files with 4 additions and 5 deletions

View File

@ -24,12 +24,11 @@ zig build install --prefix ~/.local/
# on your input image file
convert blah.jpg blah.bmp
scritcher examples/middle_echo.scri blah.bmp
scritcher examples/middle_amp.scri blah.bmp
# TODO have an out.bmp
# the path to the file is shown on stdout under "temporary name: blah", go with
# that
$your_image_viewer out.bmp
// scritcher saves it on an incremental basis, so the first run will save to
// blah_g1.bmp, the second saves to blah_g2.bmp, etc.
$your_image_viewer blah_g1.bmp
```
## todo