aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-19 22:49:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-19 22:49:17 +1200
commit0d736622777bba1b666f5b54b5753cd6b06d2ef1 (patch)
tree19f41143d98825a1f7925792d852fce756187311
parentFirst commit (diff)
downloadcrypt-0d736622777bba1b666f5b54b5753cd6b06d2ef1.tar.gz
crypt-0d736622777bba1b666f5b54b5753cd6b06d2ef1.zip
Better README
-rw-r--r--README.markdown8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 2858204..3fde759 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,9 +1,13 @@
`crypt(1)`
==========
-A convenience wrapper for UNIX `crypt(3)`.
+A convenience wrapper for UNIX `crypt(3)`. Includes a manual page and `-h`
+output and nothing else.
$ make
- $ make install
+ # make install
+
+Or put it somewhere else:
+
$ make install PREFIX="$HOME"/.local