diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-11 18:18:30 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-11 18:18:30 -0700 |
commit | 369c37f9d8e7ec6bb206c095e16e6b10609f387d (patch) | |
tree | be73392f7bba76fe15c74916ed2a2ec42dcbce2a /tools | |
parent | add a flake.nix to the repository (diff) | |
download | world-369c37f9d8e7ec6bb206c095e16e6b10609f387d.tar.gz |
README: update documentation
Diffstat (limited to '')
-rw-r--r-- | tools/govanity/README.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/govanity/README.org b/tools/govanity/README.org index e2da852..7955ead 100644 --- a/tools/govanity/README.org +++ b/tools/govanity/README.org @@ -5,6 +5,10 @@ It makes it possible to install tools like this: GOPRIVATE=1 go install -v golang.fcuny.net/tools/cmd/music-organizer@latest #+end_src +* Build +Running =nix build= in the repository will create the binary. +* Run +Running =nix run= in the repository will start the server. * Deployment To update the application with the most recent code, run =make deploy=. * Configuration |