Skip to content

Commit 0286cb8

Browse files
XI QING ZHANGGitHub Enterprise
authored andcommitted
Merge pull request #36 from ZaaS/use-go-modules
Use go modules
2 parents 6b02b10 + e50dc91 commit 0286cb8

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 recommended. This step will copy 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)