aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-01-07 09:19:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-01-07 09:19:25 +1300
commit7f2e3ab1c11e9dc38370604c5be1f8f2dc678859 (patch)
tree776d86c9d4691513345fdcd3f82bf55b29853116 /README.markdown
parentMore idiomatic Makefile (diff)
downloadcrypt-7f2e3ab1c11e9dc38370604c5be1f8f2dc678859.tar.gz
crypt-7f2e3ab1c11e9dc38370604c5be1f8f2dc678859.zip
Rename to README.md
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown20
1 files changed, 0 insertions, 20 deletions
diff --git a/README.markdown b/README.markdown
deleted file mode 100644
index cb45439..0000000
--- a/README.markdown
+++ /dev/null
@@ -1,20 +0,0 @@
-`crypt(1)`
-==========
-
-A convenience wrapper for UNIX `crypt(3)`. Includes a manual page and `-h`
-output and nothing else.
-
- $ make
- $ sudo make install
-
-Or put it somewhere else:
-
- $ make install PREFIX="$HOME"/.local
-
-License
--------
-
-Copyright (c) [Tom Ryder][1]. Distributed under an [MIT License][2].
-
-[1]: https://sanctum.geek.nz/
-[2]: https://www.opensource.org/licenses/MIT