README.md (270B)
1 # Ascii Generator 2 3 A simple application that will convert any image into ascii art. 4 5 # Quick Start 6 7 ```console 8 $ ./build.sh 9 $ ./ag <image> 10 ``` 11 12 # Resources 13 14 More info can be found with 15 ```console 16 $ ./ag -h 17 ``` 18 19 [More Info](http://paulbourke.net/dataformats/asciiart/)