aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-11-10 09:56:28 +0100
committerDennis Eriksen <d@ennis.no>2023-11-10 09:56:28 +0100
commit13b40041bcef4a5291e5c8f5b15e9ffff194c564 (patch)
tree621c79845cbd6f52fd0d5e05babef56cf713bdfc /README.md
parentmoving python-file to src (diff)
downloadmakepass-13b40041bcef4a5291e5c8f5b15e9ffff194c564.tar.gz
adding a note on dependencies
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3cea926..a55bc0c 100644
--- a/README.md
+++ b/README.md
@@ -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-_`