diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |