summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorFélix Sipma <felix+debian@gueux.org>2016-12-14 12:47:35 +0100
committerFélix Sipma <felix+debian@gueux.org>2016-12-14 12:47:35 +0100
commit814b40e6c901ee7298984615f4f380bb5e5008f6 (patch)
treeb4aa903368e8b6ff60a0f7f2e83198571de72f09 /CONTRIBUTING.md
parent73d7897c9976d1e70943072e23c59de6199100b2 (diff)
New upstream version 0.3.1
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5bb5b520e..97b5c0e68 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -92,6 +92,16 @@ quickly set up VMs and run the tests, e.g.:
$ vagrant ssh freebsd -c 'cd restic/restic; go test -v ./...'
[...]
+The default `go` tool can also be used by setting the environment variable
+`GOPATH` to the following value while being in the top level directory in the
+git repository:
+
+ $ export GOPATH=$PWD:$PWD/vendor
+
+The file `.envrc` allows automatic `GOPATH` configuration with
+[direnv](https://direnv.net/), inspect the file and then allow automatic
+configuration by running `direnv allow`.
+
Providing Patches
=================