Skip to content

Commit

Permalink
Fix path for ddev instuctions
Browse files Browse the repository at this point in the history
  • Loading branch information
M-arcus authored and shyim committed Sep 13, 2024
1 parent 0b8e4d5 commit 0741ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ go install github.com/FriendsOfShopware/shopware-cli@latest

### ddev

Add a file `.ddev\web-build\Dockerfile.shopware-cli`
Add a file `.ddev/web-build/Dockerfile.shopware-cli`

```bash
# .ddev/.web-build/Dockerfile.shopware-cli
# .ddev/web-build/Dockerfile.shopware-cli
RUN curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash \
&& apt install shopware-cli
```
Expand Down

0 comments on commit 0741ecc

Please sign in to comment.