aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElis Axelsson <elis.axelsson@gmail.com>2012-08-18 20:31:50 +0200
committerElis Axelsson <elis.axelsson@gmail.com>2012-08-18 20:31:50 +0200
commita4385d7754fefd06be8bbc78a398f02d32e8c191 (patch)
treeed4aeeae7f22f5347e3b15f57bbfcda1799235a1 /README.md
parent62a3d88d58bc5be870587012d74e28d57529356e (diff)
downloadponysay-a4385d7754fefd06be8bbc78a398f02d32e8c191.tar.gz
ponysay-a4385d7754fefd06be8bbc78a398f02d32e8c191.tar.bz2
ponysay-a4385d7754fefd06be8bbc78a398f02d32e8c191.zip
made links to github stuff relative and cleaned the deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 7 insertions, 13 deletions
diff --git a/README.md b/README.md
index e27fb3e..c79efb0 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ First of all, you need `cowsay` from your local repositories.
Obtain it from [here](http://www.nog.net/~tony/warez) if you wish to compile it yourself.
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](https://github.com/erkin/ponysay/downloads) or clone the project.
+[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`.)
@@ -46,7 +46,7 @@ This requires that you have the `fortune` utility installed. You can install it
or just fetch the source code from [here](ftp://ftp.ibiblio.org/pub/linux/games/amusements/fortune/).
You can try [this](http://www.reddit.com/r/mylittlelinux/comments/srixi/using_ponysay_with_a_ponified_fortune_warning/) script or
-[ponypipe](https://github.com/maandree/ponypipe) to ponify fortunes.
+[ponypipe](/maandree/ponypipe) to ponify fortunes.
Edit your `~/.bashrc` and add this to the end of the file
@@ -84,19 +84,13 @@ Dependencies
### Required runtime dependencies
-`bash`: required for the main script [file: ponysay]
-
`cowsay`: this is a wrapper for cowsay
-`coreutils`: the main script uses stty, cut, ls, cat, sort, readlink, pwd, head and tail
-
-`sed`: used to remove .pony from pony names when running `ponysay -l` and `ponysay -l`
-
-`perl`: required to run `ponysay -l` and `ponysay -L`
+`python3`: Written in python3
### Package building dependencies
-`gcc`: used for compiling ponysaytruncater.c
+`gcc`: used for compiling ponysaytruncater.c (???)
`gzip`: used for compressing manpages
@@ -110,13 +104,13 @@ FAQ
__Q:__ The output looks like a mess in _(TTY/PuTTY/other)_!
-__A:__ Unfortunately, there's nothing much we can do about it. See [issue 1](https://github.com/erkin/ponysay/issues/1).
+__A:__ Unfortunately, there's nothing much we can do about it. See [issue 1](/erkin/ponysay/issues/1).
__Q:__ You are missing _(my-favourite-pony)_!
-__A:__ [Ask](https://github.com/erkin/ponysay/issues) and we'll add!
+__A:__ [Ask](/erkin/ponysay/issues) and we'll add!
__Q:__ Which programs do you use to generate the pony files?
__A:__ The pony files are actually mostly a bunch of selected [browser ponies](http://web.student.tuwien.ac.at/~e0427417/browser-ponies/ponies.html)
-that are generated into cow files via [img2xterm](https://github.com/rossy2401/img2xterm) or [util-say](https://github.com/maandree/util-say).
+that are generated into cow files via [img2xterm](/rossy2401/img2xterm) or [util-say](/maandree/util-say).