aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL7
-rwxr-xr-xextra/crypt.bash (renamed from compl/crypt.bash)0
-rwxr-xr-xextra/crypt.zsh (renamed from compl/crypt.zsh)0
3 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
diff --git a/compl/crypt.bash b/extra/crypt.bash
index 3074ff5..3074ff5 100755
--- a/compl/crypt.bash
+++ b/extra/crypt.bash
diff --git a/compl/crypt.zsh b/extra/crypt.zsh
index 2e1e57a..2e1e57a 100755
--- a/compl/crypt.zsh
+++ b/extra/crypt.zsh