Update README.md

main
Rob Muhlestein 2 years ago
parent 82ef7741a2
commit bf9282c937
No known key found for this signature in database
GPG Key ID: 7542BA4ED72E5D81

@ -32,3 +32,13 @@ If you don't have bash or tab completion check use the shortcut commands instead
## Embedded Documentation ## 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. 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/*
```

Loading…
Cancel
Save