mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Updates to vendoring document (#1595)
This commit is contained in:
committed by
Tom Wilkie
parent
34b7506763
commit
a0bdad6fa4
19
vendor/README.md
vendored
19
vendor/README.md
vendored
@@ -4,14 +4,21 @@ These operations result in uncommitted changes to your
|
||||
branch; you will need to commit them as normal. Execute them in the
|
||||
root of your checkout.
|
||||
|
||||
## Adding a New Dependency
|
||||
For these changes to take effect, you'll have to `make clean` before running
|
||||
`make`.
|
||||
|
||||
~/scope$ gvt fetch example.com/organisation/module vendor/example.com/organisation/module
|
||||
## Installing gvt
|
||||
|
||||
## Updateing a Specific Dependancy
|
||||
$ go get -u github.com/FileSottile/gvt
|
||||
|
||||
~/scope$ gvt update example.com/organisation/module vendor/example.com/organisation/module
|
||||
## Adding a Dependency
|
||||
|
||||
## Remove a Dependency
|
||||
~/service$ gvt fetch example.com/organisation/module
|
||||
|
||||
~/scope$ gvt delete example.com/organisation/module vendor/example.com/organisation/module
|
||||
## Updating a Dependency
|
||||
|
||||
~/service$ gvt update example.com/organisation/module
|
||||
|
||||
## Removing a Dependency
|
||||
|
||||
~/service$ gvt delete example.com/organisation/module
|
||||
|
||||
Reference in New Issue
Block a user