Added makefile at the root and updated readme.
This commit is contained in:
parent
3945bbcdcb
commit
f36642ca74
2 changed files with 7 additions and 9 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SUBDIR = sakisafecli
|
||||||
|
.include <bsd.prog.mk>
|
14
README.md
14
README.md
|
@ -9,6 +9,8 @@
|
||||||
* Or as a URL shorter
|
* Or as a URL shorter
|
||||||
* Runs with CGI
|
* Runs with CGI
|
||||||
* Tor access ;)
|
* Tor access ;)
|
||||||
|
* If running OpenBSD, sakisafecli will use pledge()
|
||||||
|
|
||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
|
|
||||||
|
@ -17,17 +19,11 @@
|
||||||
the file
|
the file
|
||||||
2. There you go.
|
2. There you go.
|
||||||
|
|
||||||
|
|
||||||
# sakisafecli
|
# sakisafecli
|
||||||
|
|
||||||
`sakisafecli` is the command line interface for sakisafe (and other
|
sakisafecli is a command line interface for sakisafe servers (and
|
||||||
filesharing services)
|
other file upload services). To compile it run `make` (or `bmake` in
|
||||||
|
linux systems) to compile it.
|
||||||
## usage
|
|
||||||
|
|
||||||
`sakisafecli --server=http://server <file>`
|
|
||||||
|
|
||||||
(for more info see -h)
|
|
||||||
|
|
||||||
# Donate
|
# Donate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue