docs: Update README
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
7c00b364d1
commit
fc4783ec1c
1 changed files with 6 additions and 3 deletions
|
@ -4,7 +4,7 @@ Simple self-contained pastebin solution written in Go.
|
|||
|
||||
# Description
|
||||
|
||||
Coller is a set a binaries:
|
||||
Coller is a set of binaries:
|
||||
- **collerd**: HTTP server to handle note management
|
||||
- **coller**: CLI to create notes
|
||||
- **copier**: CLI to download and decrypt notes (client-side decryption)
|
||||
|
@ -46,8 +46,11 @@ See [ansible-role-coller](https://git.riou.xyz/jriou/ansible-role-coller).
|
|||
|
||||
# Contributions
|
||||
|
||||
Contributions are welcomed! Feel free to provide unit tests when possible. Lint your code with `go fmt`. If you don't feel confident enough to contribute, feel free to open an issue to describe the feature you would like to see implemented or the problem you are facing.
|
||||
Contributions are welcomed! Feel free to provide unit tests when possible. Lint
|
||||
your code with `go fmt`. If you don't feel confident enough to contribute, feel
|
||||
free to open an issue to describe the feature you would like to see implemented
|
||||
or the problem you are facing.
|
||||
|
||||
# License
|
||||
|
||||
See [LICENSE](LICENSE).
|
||||
See [LICENSE](LICENSE).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue