docs: Update README

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-08-24 20:32:54 +02:00
parent 7c00b364d1
commit fc4783ec1c
Signed by: jriou
GPG key ID: 9A099EDA51316854

View file

@ -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).