diff options
author | Nick White <git@njw.name> | 2020-11-06 16:44:35 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-11-06 16:44:35 +0000 |
commit | f99a74b56289967429ef1d411da3fa50b12cced2 (patch) | |
tree | c58f131c8c616e8c814952b865126dba53a62e50 | |
parent | 1e482c1cc9b31c056b8744d7ade84a9a2420a643 (diff) |
Add git clone advice to readme
-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 |