aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPablo Lezaeta <prflr88@gmail.com>2012-07-26 19:01:35 -0400
committerPablo Lezaeta <prflr88@gmail.com>2012-07-26 19:01:35 -0400
commitd6d2dacdda82403f7751731de891ba406b376484 (patch)
tree28db10e65e161b0c71d9a07e8418d176ea6c62e1 /README.md
parent572059807cba68cee5acb591017152c771931b02 (diff)
parentddcffd3c3ce13bc9bc941b072151d5b537fd699c (diff)
downloadponysay-d6d2dacdda82403f7751731de891ba406b376484.tar.gz
ponysay-d6d2dacdda82403f7751731de891ba406b376484.tar.bz2
ponysay-d6d2dacdda82403f7751731de891ba406b376484.zip
Merge branch 'master' of http://github.com/erkin/ponysay
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 68d6a54..4689372 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:
@@ -55,14 +56,11 @@ Now every time you open a terminal a pony should give your fortune
### Pony quotes
-Installing [ponyquotes4ponysay](https://github.com/maandree/ponyquotes4ponysay) will enable My Little Pony quotes with associated pony.
-
Running `ponysay -q` will give you a random pony saying one it its quote from MLP:FiM. Add one or more argument after `-q` to sepecify a
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 +73,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 +104,9 @@ Dependencies
`coreutils`: make script uses install, unlink, rm, ln, mkdir and cp
+`git`: required for submodules
+
+
FAQ
---