Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Use the `deploy.sh` script to deploy Himarket, Higress, and Nacos with data init
```bash
# Clone repository
git clone https://github.com/higress-group/himarket.git
cd himarket/deploy/docker
cd himarket/deploy/docker/scripts

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

# Deploy full stack and initialize
./deploy.sh install
Expand Down
Loading