Update readme and gitignore
This commit is contained in:
parent
64767aa30d
commit
e43df05e80
2 changed files with 13 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
obj/
|
obj/
|
||||||
|
.clangd
|
||||||
|
.depend
|
||||||
|
|
13
README.md
13
README.md
|
@ -22,8 +22,17 @@
|
||||||
# sakisafecli
|
# sakisafecli
|
||||||
|
|
||||||
sakisafecli is a command line interface for sakisafe servers (and
|
sakisafecli is a command line interface for sakisafe servers (and
|
||||||
other file upload services). To compile it run `make` (or `bmake` in
|
other file upload services).
|
||||||
linux systems) to compile it.
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### Compilation
|
||||||
|
|
||||||
|
Clone the repo and run `make` (or `bmake` in linux systems)
|
||||||
|
|
||||||
|
### Repositories
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
# Donate
|
# Donate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue