diff options
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ standard go way, by running `go get rescribe.xyz/utils/...` and documentation can be read with the `go doc` command or online at <https://pkg.go.dev/rescribe.xyz/utils>. +If you just want to install and use the commands, you can get the +package with `git clone https://git.rescribe.xyz/utils`, and then +install them with `go install ./...` from within the `utils` +directory. + ## Contributions Any and all comments, bug reports, patches or pull requests would |