1
0
mirror of https://github.com/rancher/types.git synced 2025-09-25 20:31:25 +00:00

Merge pull request #988 from rancher/update-readme

Update README.md
This commit is contained in:
Dan Ramich
2019-09-26 09:15:11 -07:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ To generate types you need to update vendor.
1. Update go.mod for what you need
2. Run `GO111MODULE=on go mod vendor`
3. Export your gopath (export GOPATH=types_go_path_dir)
4. Run `go generate`
4. Run `GO111MODULE=off go generate`
5. Unset your `GOPATH`
## License