From 72828cfade32177c22f1d6e343ba42e0438b7fd8 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 6 Nov 2020 16:44:54 +0000 Subject: Add git clone advice to readme --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 8938e43..68b4320 100644 --- a/README +++ b/README @@ -10,6 +10,11 @@ by running `go get rescribe.xyz/preproc/...` 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/preproc`, and then +install them with `go install ./...` from within the `preproc` +directory. + ## Commands There are several commands in the cmd/ directory which are useful -- cgit v1.2.1-24-ge1ad