Skip to content

Commit fb40d3a

Browse files
Merge pull request #4 from Monokaix/main
Update readme
2 parents db81404 + a5c3f91 commit fb40d3a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
99

1010
Once Helm is set up properly, add the repo as follows:
1111

12-
```console
12+
```shell
1313
helm repo add volcano-sh https://volcano-sh.github.io/helm-charts
1414
```
1515

16-
You can then run `helm search repo volcano-sh` to see the charts.
16+
You can then run `helm search repo volcano-sh` to see the charts. If you had already added this repo before, please run the following command to get the latest version.
1717

18+
```shell
19+
helm repo update
20+
```
1821

1922
**Install Volcano:**
20-
```
23+
```shell
2124
helm install volcano volcano-sh/volcano -n volcano-system --create-namespace
2225
```
2326

2427
**Uninstall Volcano:**
25-
```
28+
```shell
2629
helm uninstall volcano -n volcano-system
2730
```

0 commit comments

Comments
 (0)