From f99a74b56289967429ef1d411da3fa50b12cced2 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 6 Nov 2020 16:44:35 +0000 Subject: Add git clone advice to readme --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index 18b07c9..99637b6 100644 --- a/README +++ b/README @@ -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 . +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 -- cgit v1.2.1-24-ge1ad