aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
blob: 4f1d7bc26849c84699423e77ec003bb31dc01e31 (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
    $ sudo make install

Or put it somewhere else:

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