pw/README.md
2024-11-26 07:05:28 +01:00

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).