From 4c9d94d7e536e0e747567d9ce5d2d6d75009156c Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 10 Jul 2019 12:02:16 -0300 Subject: [PATCH] update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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