diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-19 15:53:39 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-19 15:53:39 +0200 |
commit | 158eda06de31a52f15712fa0e5695054d15dfe3a (patch) | |
tree | fb86ecd31a1195111581f77ba49665002d442dc1 /README.md | |
parent | a84ac778adf57d6446eef6577e617a80d4c6bb8e (diff) | |
download | guichet-158eda06de31a52f15712fa0e5695054d15dfe3a.tar.gz guichet-158eda06de31a52f15712fa0e5695054d15dfe3a.zip |
Format + documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -30,6 +30,15 @@ Guichet requires go 1.13 or later. To build Guichet, clone this repository outside of your `$GOPATH`. Then, run `make` in the root of the repo. +## Releasing Guichet + +To build Guichet in a controlled environment, because you plan to release it for example, please use Nix. + +```bash +nix-build -A bin # build only the Go binary +nix-build -A pkg # build the binary and add the ressources +nix-build -A docker # build a docker container +``` ## Configuration of Guichet |