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
|
||||
*.d
|
||||
obj/
|
||||
.clangd
|
||||
.depend
|
||||
|
|
13
README.md
13
README.md
|
@ -22,8 +22,17 @@
|
|||
# sakisafecli
|
||||
|
||||
sakisafecli is a command line interface for sakisafe servers (and
|
||||
other file upload services). To compile it run `make` (or `bmake` in
|
||||
linux systems) to compile it.
|
||||
other file upload services).
|
||||
|
||||
## Installation
|
||||
|
||||
### Compilation
|
||||
|
||||
Clone the repo and run `make` (or `bmake` in linux systems)
|
||||
|
||||
### Repositories
|
||||
|
||||

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