diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,11 +25,11 @@ Required runtime dependencies cowsay : this is a wrapper for cowsay - coreutils : the main script [file: ponysay] uses stty, cut, ls, cat, sort, head and tail + coreutils : the main script [file: ponysay] uses stty, cut, ls, cat, sort, readlink, head and tail - sed : used to remove .pony from pony named when running ponysay -l + sed : used to remove .pony from pony named when running `ponysay -l` and `ponysay -L` - perl : required to run ponysay -l + perl : required to run `ponysay -l` and `ponysay -L` Optional runtime dependencies |