diff options
author | jaseg <s@jaseg.de> | 2013-05-06 15:08:25 +0200 |
---|---|---|
committer | jaseg <s@jaseg.de> | 2013-05-06 15:09:35 +0200 |
commit | 0995c90cf4e97c6e93f497284304da33e0dd83a4 (patch) | |
tree | 1650290c6c566491be7e07c977e4b4943adf8c74 | |
parent | 21bc4c6b2683ccf32a656a867edae42afbaa8ab5 (diff) | |
download | pixelterm-0995c90cf4e97c6e93f497284304da33e0dd83a4.tar.gz pixelterm-0995c90cf4e97c6e93f497284304da33e0dd83a4.tar.bz2 pixelterm-0995c90cf4e97c6e93f497284304da33e0dd83a4.zip |
Fixed the README
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -10,12 +10,15 @@ support*. Installation ------------ -Type ```sudo make install```, which will copy pixelterm.py to ```/usr/local/bin/pixelterm```. +Type ```sudo make install```. Sorry, there is not ```setup.py``` yet. Feel free +to send a pull request. Usage ----- -```pixelterm FILE``` -```gifterm FILE``` +``` +pixelterm FILE +gifterm FILE +``` Advanced usage -------------- @@ -30,5 +33,8 @@ are only parsed for the upper of the two rows. An example image is included. Credits ------- -That awesome Rainbow Dash is by [starsteppony on deviantart](http://starsteppony.deviantart.com/art/Rainbow-Dash-Salute-263753912). Credit for pop tart cat/nyan cat goes to [prguitarman from tumblr](http://prguitarman.tumblr.com/post/4281177195/pop-tart-cat-icon-can-be-found-here). +That awesome Rainbow Dash is by [starsteppony on +deviantart](http://starsteppony.deviantart.com/art/Rainbow-Dash-Salute-263753912). +Credit for pop tart cat/nyan cat goes to [prguitarman from +tumblr](http://prguitarman.tumblr.com/post/4281177195/pop-tart-cat-icon-can-be-found-here). |