8 lines
123 B
Markdown
8 lines
123 B
Markdown
|
### 下载 && 安装
|
||
|
|
||
|
```bash
|
||
|
sudo -i
|
||
|
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||
|
```
|
||
|
|