Add --quick to glide up
This commit is contained in:
parent
81e9fdfe75
commit
ec2d7efe0e
3 changed files with 4 additions and 4 deletions
|
@ -115,14 +115,14 @@ traefik*
|
|||
|
||||
The idea behind `glide` is the following :
|
||||
|
||||
- when checkout(ing) a project, **run `glide up`** to install
|
||||
- when checkout(ing) a project, **run `glide up --quick`** to install
|
||||
(`go get …`) the dependencies in the `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 up --update-vendored
|
||||
$ glide up --quick
|
||||
# generate
|
||||
$ go generate
|
||||
# Simple go build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue