aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-19 05:14:48 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-19 05:14:48 +0200
commit4f2f2010d9f7d4468c087bfcbf89fa00c721747f (patch)
tree0911e482ae23a15d249309488a2a4d23795662e3 /README.md
parentbb6b227a14d5ff953d59a3c71d15f8b98fd741dd (diff)
downloadponysay-4f2f2010d9f7d4468c087bfcbf89fa00c721747f.tar.gz
ponysay-4f2f2010d9f7d4468c087bfcbf89fa00c721747f.tar.bz2
ponysay-4f2f2010d9f7d4468c087bfcbf89fa00c721747f.zip
README update
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f373723..290e948 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,9 @@ Obtain it from [here](http://www.nog.net/~tony/warez) if you wish to compile it
This is often sufficient, but if is not you may be missing one of the standard packages: [bash](ftp://ftp.gnu.org/gnu/bash/), [coreutils](ftp://ftp.gnu.org/gnu/coreutils/) or [sed](ftp://ftp.gnu.org/gnu/sed/).
[Download](/erkin/ponysay/downloads) or clone the project.
-In the terminal, `cd` into the ponysay directory and `make && make install`.
-
-This will install ponysay into the $PREFIX (`/usr` by default, meaning you may need to `make install` as root, e.g. `sudo make install`.)
+In the terminal, `cd` into the ponysay directory and `./configure && make && 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`.
If either `make` or `make install` fails you be missing one of the standard packages:
[gcc](ftp://ftp.gnu.org/gnu/gcc/), [gzip](ftp://ftp.gnu.org/gnu/gzip/), [make](ftp://ftp.gnu.org/gnu/make/) or [coreutils](ftp://ftp.gnu.org/gnu/coreutils/), or [git](http://git-scm.com/).