Browse Source

Docs: fix path of local-up install script

Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
tags/v0.3.1
JimmyYang20 4 years ago
parent
commit
da10c38b10
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/setup/local-up.md

+ 1
- 1
docs/setup/local-up.md View File

@@ -2,7 +2,7 @@
Once you have docker running, you can create a local Sedna cluster with: Once you have docker running, you can create a local Sedna cluster with:
``` ```
bash scripts/local-up.sh
bash hack/local-up.sh
``` ```
This script uses [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) to create a This script uses [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) to create a
local k8s cluster with one master node, and boots one edge node by running KubeEdge. local k8s cluster with one master node, and boots one edge node by running KubeEdge.


Loading…
Cancel
Save