aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-07-19 16:53:55 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-07-19 16:53:55 +0200
commitaac8ee19d7ef80f437714f882ec8e32b06d00f41 (patch)
treeb6b022091aa6d20d06c7d343a28756af7faad3c9 /README.md
parent9ce0d22c99472534838c1afe7c6dffdd0aa659a8 (diff)
downloadbottin-aac8ee19d7ef80f437714f882ec8e32b06d00f41.tar.gz
bottin-aac8ee19d7ef80f437714f882ec8e32b06d00f41.zip
Add Nix packaging
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2442040..2fcc22d 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,17 @@ Bottin requires go 1.13 or later.
To build Bottin, clone this repository outside of your `$GOPATH`.
Then, run `make` in the root of the repo.
+## Releasing
+
+```bash
+nix-build -A bin
+nix-build -A docker
+```
+
+```bash
+docker load < $(nix-build -A docker)
+docker push ???
+```
## Server initialization