diff options
author | Nick White <git@njw.name> | 2020-11-06 16:44:54 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-11-06 16:44:54 +0000 |
commit | 72828cfade32177c22f1d6e343ba42e0438b7fd8 (patch) | |
tree | 7df74c29a194b59dbcd01ff5bd18141a342ff1ce /README | |
parent | d384b8b57bb8ec49eb60661f58ea4d696fc2b339 (diff) |
Add git clone advice to readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ by running `go get rescribe.xyz/preproc/...` and documentation can be read with the `go doc` command or online at <https://pkg.go.dev/rescribe.xyz/preproc>. +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 |