Skip to content

Commit 4081bde

Browse files
authored
Update Readme to use go install (#464)
Signed-off-by: zhujian <[email protected]>
1 parent b4df2e9 commit 4081bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ curl -L https://raw.githubusercontent.com/open-cluster-management-io/clusteradm/
1616
#### From go install:
1717

1818
```shell
19-
GO111MODULE=off go get -u open-cluster-management.io/clusteradm/...
19+
go install open-cluster-management.io/clusteradm/cmd/clusteradm
2020
```
2121

2222
#### From binaries:

0 commit comments

Comments
 (0)