aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-09-01 05:11:07 +0200
committerMattias Andrée <maandree@operamail.com>2012-09-01 05:11:07 +0200
commitc5e4849ee8d91f8a22168e689e01eb5369839e75 (patch)
tree5184e457c9c43ec492e39214fc4887d7cdf92485 /README.md
parent753670b18a2dd323e44e791515f96a9bc8b156ca (diff)
downloadponysay-c5e4849ee8d91f8a22168e689e01eb5369839e75.tar.gz
ponysay-c5e4849ee8d91f8a22168e689e01eb5369839e75.tar.bz2
ponysay-c5e4849ee8d91f8a22168e689e01eb5369839e75.zip
installation doc update + more installation options alternatives + m
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7e3d18d..06f4543 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ 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 install`.
-You make need to be super user to run `make install`, on most systems this
-can be achieved by running `sudo make install`.
+In the terminal, `cd` into the ponysay directory and `./setup.py install` or `python3 setup.py install`.
+You may need to be super user to run `./setup.py install` without `--private`, on most systems this
+can be achieved by running `sudo ./setup.py 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).
In order to use ponysay, run:
@@ -26,7 +26,7 @@ Run `info ponysay`, `man 6 ponysay` or `ponysay -h` for more information.
A Spanish manual is available: `man -L es 6 ponysay`.
#### Arch Linux
-The package is in the official repositories as `community/ponysay`.
+The package is in the official repositories as `community/ponysay`, there is also a git version named `ponysay-git` in AUR.
#### Gentoo Linux
There is a package for Gentoo, to make installation and keeping it up to date easy. You can find it in [this overlay](/etu/aidstu-overlay). The package is named `games-misc/ponysay`.
@@ -80,7 +80,7 @@ Dependencies
### Required runtime dependencies
-`coreutils`: stty in coreutils used to determine size of the terminal
+`coreutils`: `stty` in coreutils used to determine size of the terminal
`python>=3`: written in python 3
@@ -90,8 +90,6 @@ Dependencies
`texinfo`: used for building info manual (suppressable with `./configure --without-info`)
-`info`: used for installing info manual to info's dir file (suppressable with `./configure --without-info-install`)
-
`python>=3`: the installation process is written in python 3
Run `./dependency-test.sh` if things are not working for you.