Skip to content

Commit 19db1de

Browse files
authored
Update README-zh.md
1 parent e23e470 commit 19db1de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README-zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
<p>你可以使用helm命令来部署:</p>
4141

4242
```
43-
helm repo add td-redis-operator https://tongdun.github.io/td-redis-operator/charts/td-redis-operator
44-
helm repo update
45-
helm install [RELEASE_NAME] td-redis-operator/td-redis-operator
43+
$ helm repo add td-redis-operator https://tongdun.github.io/td-redis-operator/charts/td-redis-operator
44+
$ helm repo update
45+
$ helm install [RELEASE_NAME] td-redis-operator/td-redis-operator
4646
```
4747
<p>关于helm的部署过程详见<a href="https://github.com/tongdun/td-redis-operator/wiki/Helm部署">Helm部署文档</a>。</p>
4848
4949
<p>除了使用helm部署外,你也可以使用kubectl命令部署:</p>
5050

5151
```
52-
kubectl apply -f xxx.yaml
52+
$ kubectl apply -f xxx.yaml
5353
```
5454
<p>更多YAML文件详见<a href="https://github.com/tongdun/td-redis-operator/wiki/YAML部署">YAML部署文档</a>。</p>
5555

0 commit comments

Comments
 (0)