diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-19 16:53:55 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-24 09:47:31 +0200 |
commit | 0ef8313a67866fc172ed93aa3df5e1fb2e672f86 (patch) | |
tree | 32d0191748728361840597d7ad23d2e3bd019840 /README.md | |
parent | 9ce0d22c99472534838c1afe7c6dffdd0aa659a8 (diff) | |
download | bottin-0ef8313a67866fc172ed93aa3df5e1fb2e672f86.tar.gz bottin-0ef8313a67866fc172ed93aa3df5e1fb2e672f86.zip |
Add Nix packagingnix
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 |