From e9f6e6546ba6f8039897fe8e4396858f300af217 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 6 Nov 2020 16:44:42 +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 6829c1c..2f1a95a 100644 --- a/README +++ b/README @@ -9,6 +9,11 @@ by running `go get rescribe.xyz/bookpipeline/...` 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/bookpipeline`, and +then install them with `go install ./...` from within the +`bookpipeline` directory. + ## Commands The commands in the cmd/ directory are at the heart of this -- cgit v1.2.1-24-ge1ad