From bf9282c937c5ed45023853c59b1d5865f1b07b8d Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Mon, 28 Nov 2022 18:01:49 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5a38553..fbb9778 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,13 @@ If you don't have bash or tab completion check use the shortcut commands instead ## Embedded Documentation All documentation (like manual pages) has been embedded into the source code of the application. See the source or run the program with help to access it. + +## Building + +Releases are built using the following commands: + +``` +z go build +gh release create +gh release upload build/* +```