From 27f266731f13c839872e34809a3f5d640da27fc3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 18 Aug 2012 20:42:52 +0200 Subject: premature remove of dependencies --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c79efb0..f7bc972 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit