aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 27826323e00446fc84ae35fbe2d37f6039e1a7aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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) 2015--2017, 2020--2021 Tom Ryder <tom@sanctum.geek.nz>

Distributed under GNU General Public License version 3 or any later version.
Please see `COPYING`.