From d1a7826472c12791c542df79ee77f01b5ed4c288 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Sat, 21 Nov 2015 01:56:52 +0100 Subject: [PATCH] rudimentary readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c2c97a1..ff4dcc2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # img2ascii 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.