From da4f4352429646018d5e2f3efeb4485f11d7136a Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Sun, 6 Dec 2015 02:00:01 +0100 Subject: [PATCH] improved readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0851e89..c35f8a8 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ Image to ASCII-Converter # build instructions -execute `stack build`. Result is then in your `.stack-work/dist/$system/$cabal/build/img2ascii/` folder. Replace `$system` and `$cabal` according to your installation. +Execute `stack build`. Result is then in your `.stack-work/dist/$system/$cabal/build/img2ascii/` folder. Replace `$system` and `$cabal` according to your installation. -Trhee example images in the resolution of 225x65, 225x65 and 100x40 are included. To view them just type `cat image1.img` in a suitable (aka TrueColor) terminal. +Alternatively you can install the program with `stack install` to `~/.local/img2ascii` or for all users (if `stack install` is invoked as root). + +Three true-color example images in the resolution of 225x65, 225x65 and 100x40 are included. To view them just type `cat image1.img` in a suitable (aka TrueColor) terminal. + +One 256-color example is also included. Type `cat rose_256.img` to view that. # example