aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-07-19 15:53:39 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-07-19 15:53:39 +0200
commit158eda06de31a52f15712fa0e5695054d15dfe3a (patch)
treefb86ecd31a1195111581f77ba49665002d442dc1 /README.md
parenta84ac778adf57d6446eef6577e617a80d4c6bb8e (diff)
downloadguichet-158eda06de31a52f15712fa0e5695054d15dfe3a.tar.gz
guichet-158eda06de31a52f15712fa0e5695054d15dfe3a.zip
Format + documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index fad0594..9751fab 100644
--- a/README.md
+++ b/README.md
@@ -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