diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -147,6 +147,14 @@ AUTHOR Also, the passwords should *preferably* be output in columns. The number of columns should be dynamic, and dependant on the width of the screen. +#### Dependencies + +I want these programs to be able to run without having to install lots of +extra packages. Therefore, I try to minimize external dependencies to what's +available with POSIX. However, this limitation does not apply to the languages +which get compiled - as long as they handle their own dependencies, and the +binary can run without the need to install extra fluff. + ### Character sets Normal character set: `abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_` |