Skip to content

Commit

Permalink
bugfix: update go install command (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
howieyuen committed Feb 6, 2023
1 parent ee0d8ca commit 33ef2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ brew install KusionStack/tap/kusion
**Go Env**

```shell
go install github.com/KusionStack/kusion@latest
go install kusionstack.io/kusion@latest
```

### 免安装
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ brew install KusionStack/tap/kusion
**Go Env**

```shell
go install github.com/KusionStack/kusion@latest
go install kusionstack.io/kusion@latest
```

### No Installation
Expand Down

0 comments on commit 33ef2e5

Please sign in to comment.