📝 update readme
This commit is contained in:
parent
198b5e84b1
commit
352ab219e3
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -19,6 +19,22 @@ disruptive changes may be made!
|
|||
|
||||
## Installation
|
||||
|
||||
### (Recommended) Install Script
|
||||
|
||||
With Shell(For Mac & Linux):
|
||||
|
||||
```shell
|
||||
curl -fsSL https://raw.githubusercontent.com/vssio/vss_install/main/install.sh | sh
|
||||
```
|
||||
|
||||
With PowerShell(for Windows):
|
||||
|
||||
```powershell
|
||||
irm https://raw.githubusercontent.com/vssio/vss_install/main/install.ps1 | iex
|
||||
```
|
||||
|
||||
More information: https://github.com/vssio/vss_install
|
||||
|
||||
### Get the binary
|
||||
|
||||
Download from [Releases](https://github.com/zztkm/vss/releases)
|
||||
|
|
Loading…
Reference in a new issue