aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-12-22 17:18:34 +0100
committerFederico Angelilli <code@fedang.net>2023-12-22 17:18:34 +0100
commit1c39c97e8c416ba33aa3ae884354966609c84476 (patch)
treebf91c9f93994359d02bd90c7681fa53c99e9205d /INSTALL
parent096deb6b1b038889f4bfb899a849e31d50272225 (diff)
Add GPLv3 license and INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..f13f020
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,7 @@
+To install crypt you can simply rename `crypt.sh` to `crypt` and move it in your path.
+For example by doing
+ sudo cp crypt.sh /usr/bin/crypt
+
+Similarly, to install the autocomplete scripts you can do something like
+ sudo cp extra/crypt.bash /usr/share/bash-completion/completions/crypt
+ sudo cp extra/crypt.zsh /usr/share/zsh/site-functions/_crypt