aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-19 22:48:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-19 22:48:07 +1200
commitb14d27c7118b0c7e1b4cf1e0b62f8ac544e4f7cd (patch)
tree768cde8edab68f5d6333cfb02cada99ee30b0d66 /README.markdown
parentInitial commit (diff)
downloadcrypt-b14d27c7118b0c7e1b4cf1e0b62f8ac544e4f7cd.tar.gz
crypt-b14d27c7118b0c7e1b4cf1e0b62f8ac544e4f7cd.zip
First commit
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..2858204
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,9 @@
+`crypt(1)`
+==========
+
+A convenience wrapper for UNIX `crypt(3)`.
+
+ $ make
+ $ make install
+ $ make install PREFIX="$HOME"/.local
+