Skip to content

Commit

Permalink
CONTRIBUTING.md: avoid recommendation to use 'go get'
Browse files Browse the repository at this point in the history
Since #25325 landed, 'go get' no longer works. Adjust our contributing
guidelines appropriately.

Release note: None
  • Loading branch information
benesch committed May 30, 2018
1 parent f8a7889 commit 3f459d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ new engineers.
2. Get the CockroachDB code:

```shell
go get -d github.com/cockroachdb/cockroach
git clone https://github.com/cockroachdb/cockroach $(go env GOPATH)/src/github.com/cockroachdb/cockroach
cd $(go env GOPATH)/src/github.com/cockroachdb/cockroach
```

Expand Down

0 comments on commit 3f459d5

Please sign in to comment.