Skip to content

Commit e23e470

Browse files
authored
Update README.md
1 parent 184bc5e commit e23e470

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ Principle description:
4444
You can use the `helm` command to deploy:
4545

4646
```
47-
helm repo add td-redis-operator https://tongdun.github.io/td-redis-operator/charts/td-redis-operator
48-
helm repo update
49-
helm install [RELEASE_NAME] td-redis-operator/td-redis-operator
47+
$ helm repo add td-redis-operator https://tongdun.github.io/td-redis-operator/charts/td-redis-operator
48+
$ helm repo update
49+
$ helm install [RELEASE_NAME] td-redis-operator/td-redis-operator
5050
```
5151

5252
For details on the deployment process of `helm`, see <a href="https://github.com/tongdun/td-redis-operator/wiki/Helm-Deploy"> helm deployment document </a>.
5353

5454
In addition to deploying with `helm`, you can also deploy with `kubectl` command:
5555

5656
```
57-
kubectl apply -f xxx.yaml
57+
$ kubectl apply -f xxx.yaml
5858
```
5959

6060
For more YAML files, see <a href="https://github.com/tongdun/td-redis-operator/wiki/YAML-Deploy"> yaml deployment document </a>.

0 commit comments

Comments
 (0)