diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-07-20 01:44:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-07-20 01:44:47 +0200 |
commit | 22c1fc020ab50fa18ba1a68d4165ed6b625e7fb7 (patch) | |
tree | 418ec5074dd05845026d4e11ccfc1649f419f680 /README | |
parent | f274d626934c62e37555bb27c1ef00f4f5d78fe9 (diff) | |
download | ponysay-22c1fc020ab50fa18ba1a68d4165ed6b625e7fb7.tar.gz ponysay-22c1fc020ab50fa18ba1a68d4165ed6b625e7fb7.tar.bz2 ponysay-22c1fc020ab50fa18ba1a68d4165ed6b625e7fb7.zip |
m + work on info manual
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,9 +25,9 @@ Required runtime dependencies cowsay : this is a wrapper for cowsay - coreutils : the main script [file: ponysay] uses stty, cut, ls, cat, sort, readlink, head and tail + coreutils : the main script [file: ponysay] uses stty, cut, ls, cat, sort, readlink, pwd, head and tail - sed : used to remove .pony from pony named when running `ponysay -l` and `ponysay -L` + sed : used to remove .pony from pony names when running `ponysay -l` and `ponysay -L` perl : required to run `ponysay -l` and `ponysay -L` @@ -49,7 +49,7 @@ Package building dependencies make : required to run the make script - coreutils : make script uses install unlink rm ln mkdir cp + coreutils : make script uses install, unlink, rm, ln, mkdir and cp Dependencies for pony providers @@ -61,7 +61,7 @@ Dependencies for pony providers bash : used in the ttyponies subscript - util-say : used by `make ttyponies` to builder ttyponies from xterm ponies + util-say : used by `make ttyponies` to build ttyponies from xterm ponies -- Available for Arch:ers in AUR as util-say-git (https://aur.archlinux.org/packages.php?ID=60241) -- and on github at https://github.com/maandree/util-say |