diff --git a/README.md b/README.md index a2faa81..4a4c010 100644 --- a/README.md +++ b/README.md @@ -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