From 1fe0e30d716177dafead8e450fa587ea44497bfb Mon Sep 17 00:00:00 2001 From: Jonathan Zacsh Date: Wed, 13 Apr 2016 15:52:08 -0400 Subject: [PATCH] doc: point to correct `db` arg for `go get` per side-chat in https://github.com/restic/restic/issues/494#issuecomment-209591073 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 328cdae1a..5bb5b520e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ Development Environment For development you need the build tool [`gb`](https://getgb.io), it can be installed by running the following command: - $ go get github.com/constabulary/... + $ go get github.com/constabulary/gb/... The repository contains two directories with code: `src/` contains the code written for restic, whereas `vendor/` contains copies of libraries restic