aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
blob: 3fde7596295ee9afb19b587d6003d7c2bfe3304d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
`crypt(1)`
==========

A convenience wrapper for UNIX `crypt(3)`. Includes a manual page and `-h`
output and nothing else.

    $ make
    # make install

Or put it somewhere else:

    $ make install PREFIX="$HOME"/.local