Add README.md

master
Drew DeVault 7 years ago
parent a1b614bd62
commit d1a54b6335
  1. 17
      README.md

@ -0,0 +1,17 @@
# scdoc
scdoc is a simple man page generator written for POSIX systems written in C99.
## Installation
make
sudo make install
You can pass PREFIX or DESTDIR to make if you'd like:
make PREFIX=/usr
sudo make PREFIX=/usr install
## Contributing
Send patches/bug reports to sir@cmpwn.com
Loading…
Cancel
Save