34 lines
361 B
Markdown
34 lines
361 B
Markdown
|
# 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).
|
||
|
|