Skip to content

Commit

Permalink
docs: update installation ways (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Aug 9, 2022
1 parent 7611976 commit 7e8d1f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ For a complete command function description, please refer to the [Kusion Command

To get the binary just download the latest release for your OS/Arch from the [release page](https://github.com/KusionStack/kusion/releases) and put the binary somewhere convenient.

### Kusinoup
### Kusionup

You can install multiple versions of `kusion` with `kusionup`, and the latest version is installed by default.

```
brew install KusionStack/tap/kusionup
# First, install kusionup, multiple ways:
# - brew install KusionStack/tap/kusionup
# - curl -sSf https://raw.githubusercontent.com/KusionStack/kusionup/main/scripts/install.sh | bash
# - For other ways, please refer to: https://github.com/KusionStack/kusionup#%EF%B8%8F-installation
# Second, install kusion by kusionup
kusionup install
```

Expand Down

0 comments on commit 7e8d1f1

Please sign in to comment.