diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-18 20:42:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-18 20:42:52 +0200 |
commit | 27f266731f13c839872e34809a3f5d640da27fc3 (patch) | |
tree | dd72972e4bbb665c27d0e19f92684783d7bae83b | |
parent | f41a0244c694b0ba24ffc4bbfb80e21388852fa8 (diff) | |
download | ponysay-27f266731f13c839872e34809a3f5d640da27fc3.tar.gz ponysay-27f266731f13c839872e34809a3f5d640da27fc3.tar.bz2 ponysay-27f266731f13c839872e34809a3f5d640da27fc3.zip |
premature remove of dependencies
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -84,9 +84,13 @@ Dependencies ### Required runtime dependencies +`bash`: bash is used in a minor part of the program to make everything work, this will be removed later + +`coreutils`: stty in coreutils used to determine size of the terminal, other parts of coreutils will not be needed for long + `cowsay`: this is a wrapper for cowsay -`python3`: Written in python3 +`python3`: Written in python 3 ### Package building dependencies |