diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-26 15:47:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-26 15:47:15 +0200 |
commit | 31d899801e688a0663f340d1dc5fba22e9d4b957 (patch) | |
tree | c96373cd87e7835abd2c6e66a9e6498518b14c97 | |
parent | ae27016d2136f4a21bf1ce2843e5908dc217a6a6 (diff) | |
download | ponysay-31d899801e688a0663f340d1dc5fba22e9d4b957.tar.gz ponysay-31d899801e688a0663f340d1dc5fba22e9d4b957.tar.bz2 ponysay-31d899801e688a0663f340d1dc5fba22e9d4b957.zip |
m readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Installation on GNU/Linux (or other Unix implementations) --------------------------------------------------------- [Download](/erkin/ponysay/downloads) or clone the project. -In the terminal, `cd` into the ponysay directory and `./configure && make && make install`. +In the terminal, `cd` into the ponysay directory and `./configure && make install`. You make need to be super user to run `make install`, on most systems this can be achieved by running `sudo make install`. For more information we have provided you with an extensive [manual in PDF](https://github.com/erkin/ponysay/blob/master/ponysay.pdf?raw=true). |