Add README

This commit is contained in:
Bob Polis 2024-11-26 07:05:28 +01:00
parent e718c5e66d
commit cfd205ddff

33
README.md Normal file
View 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).