Skip to content

Commit

Permalink
instruct to flatten dependencies with glide
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni authored and vdemeester committed Jan 1, 2017
1 parent bfc7b3d commit 51e9f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ This can be verified via `$ go env`

The idea behind `glide` is the following :

- when checkout(ing) a project, run `$ glide install` from the cloned directory to install
- when checkout(ing) a project, run `$ glide install -v` from the cloned directory to install
(`go get …`) the dependencies in your `GOPATH`.
- if you need another dependency, import and use it in
the source, and run `$ glide get github.com/Masterminds/cookoo` to save it in
`vendor` and add it to your `glide.yaml`.

```bash
$ glide install
$ glide install --strip-vendor
# generate (Only required to integrate other components such as web dashboard)
$ go generate
# Standard go build
Expand Down

0 comments on commit 51e9f3e

Please sign in to comment.