Skip to content

Commit

Permalink
The --update-vendored and --strip-vcs flags are deprecated. They now …
Browse files Browse the repository at this point in the history
…work by default.
  • Loading branch information
openprivacy committed Oct 8, 2016
1 parent 19c1fb3 commit 396bdfa
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 @@ -25,7 +25,7 @@ This project uses [glide](https://github.com/Masterminds/glide) to manage vendor
# (Optional) Update Dependencies
# Install Glide first
go get github.com/Masterminds/glide
glide up -s --all-dependencies --update-vendored
glide up --all-dependencies
```

### Running tests
Expand Down

0 comments on commit 396bdfa

Please sign in to comment.