aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-25 05:19:26 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-25 05:19:26 +0200
commit7dce0c81ea6767171e53724967b014b05c216411 (patch)
tree69c7790026ff63826043336091eec47a15647135 /README.md
parent179fab980965b3dab9fed7dc3ff3e2c1d739f58e (diff)
downloadponysay-7dce0c81ea6767171e53724967b014b05c216411.tar.gz
ponysay-7dce0c81ea6767171e53724967b014b05c216411.tar.bz2
ponysay-7dce0c81ea6767171e53724967b014b05c216411.zip
info manual update + readme update
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 68d6a54..0060458 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
Today your terminal, tomorrow the world!
+
Installation on GNU/Linux (or other Unix implementations)
---------------------------------------------------------
@@ -17,7 +18,7 @@ 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`.)
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/).
+[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/).
In order to use ponysay, run:
@@ -62,7 +63,6 @@ set of ponies from which one will be selected randomly.
When running `ponysay -l` or `ponysay -L` the ponies which have quotes will be printed bold or bright (depending on terminal).
-
### Ponies in TTY (Linux VT)
If you have a custom colour palette edit your `~/.bashrc` and add
@@ -75,10 +75,12 @@ If you have a custom colour palette edit your `~/.bashrc` and add
}
fi
+
Installation on Microsoft™ Windows®
-----------------------------------
[¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png)
+
Dependencies
------------
@@ -104,6 +106,9 @@ Dependencies
`coreutils`: make script uses install, unlink, rm, ln, mkdir and cp
+`git`: required for submodules
+
+
FAQ
---