Skip to content

Commit

Permalink
Merge pull request hybridgroup#526 from morfeo8marc/dev
Browse files Browse the repository at this point in the history
contribution: add step to call dep ensure before contributing hybridgroup#524
  • Loading branch information
trevrosen authored May 8, 2018
2 parents c91f4d5 + 572dd4e commit e809e11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ The basics are as follows:
All import paths should now work fine assuming that you've got the
proper branch checked out.

3. Get all the needed gobot's dependencies each of them at their needed version. Gobot uses [dep (Dependency management for Go)](https://golang.github.io/dep/) to manage the project's dependencies. To get all the correct dependencies:

* Install dep tool. Follow the dep [installation](https://golang.github.io/dep/docs/installation.html) instructions in case you don't have it already installed.
* `cd $GOPATH/src/gobot.io/x/gobot`
* `dep ensure` will fetch all the dependencies at their needed version.

## Landing Pull Requests
(This is for committers only. If you are unsure whether you are a committer, you are not.)
Expand Down

0 comments on commit e809e11

Please sign in to comment.