Skip to content

Commit 270c3dc

Browse files
authored
Fix directory paths in README for deployment
Updated directory paths in deployment instructions.
1 parent 221ada8 commit 270c3dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Use the `deploy.sh` script to deploy Himarket, Higress, and Nacos with data init
129129
```bash
130130
# Clone repository
131131
git clone https://github.com/higress-group/himarket.git
132-
cd himarket/deploy/docker
132+
cd himarket/deploy/docker/scripts
133133

134134
# Deploy full stack and initialize
135135
./deploy.sh install
@@ -160,7 +160,7 @@ Use the `deploy.sh` script to deploy Himarket to Kubernetes cluster.
160160
```bash
161161
# Clone repository
162162
git clone https://github.com/higress-group/himarket.git
163-
cd himarket/deploy/helm
163+
cd himarket/deploy/helm/scripts
164164

165165
# Deploy full stack and initialize
166166
./deploy.sh install

0 commit comments

Comments
 (0)