From 31d899801e688a0663f340d1dc5fba22e9d4b957 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 26 Aug 2012 15:47:15 +0200 Subject: m readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8fedb5..607d7e3 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit