aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cb45439
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+`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