Skip to content

Commit 67203c7

Browse files
author
zhangxq
committed
Don't use /Users/zhangxq/Source/github.ibm.com to manage or import the packages. Instead of it, use go modules to manage or import the 3rd party packages or other local packages
1 parent 6b02b10 commit 67203c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,10 @@ the [IBM SAN Volume Controller](https://www.ibm.com/us-en/marketplace/san-volume
3030
```
3131
export GOPATH=your_gopath
3232
cd your_gopath
33-
mkdir src
34-
cd src
35-
mkdir github.com
36-
cd github.com
3733
git clone [email protected]:ZaaS/spectrum-virtualize-exporter.git
3834
cd spectrum-virtualize-exporter
3935
go build
36+
go install (Optional but recommend. This step will put spectrum-virtualize-exporter binary package into $GOPATH/bin directory. It will be connvenient to copy the package to Monitoring docker image)
4037
```
4138
* docker image
4239
```

0 commit comments

Comments
 (0)