Add README
This commit is contained in:
parent
e718c5e66d
commit
cfd205ddff
33
README.md
Normal file
33
README.md
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# pw - Password generator
|
||||||
|
|
||||||
|
## Quick start
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
|
`make`
|
||||||
|
|
||||||
|
### Install
|
||||||
|
|
||||||
|
`sudo make install`
|
||||||
|
|
||||||
|
(or, on OpenBSD):
|
||||||
|
|
||||||
|
`doas gmake install`
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
`pw`
|
||||||
|
|
||||||
|
Generate password using default settings.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
See the man page, when installed:
|
||||||
|
|
||||||
|
`man pw`
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
First build & install
|
||||||
|
[libscnumerics](https://git.bobpolis.com/bob/libscnumerics).
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user