Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 24, 2024
1 parent 6b8e232 commit dfda1f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,28 @@ _>> Build all your Magento themes at once, with Magic, build with Woodoo!_

##### Latest stable version (recommended)

For DDEV v1.23.5 or above run

```shell
ddev add-on get dermatz/ddev-woodoo-buildtools-magento
```

For earlier versions of DDEV run

```shell
ddev get dermatz/ddev-woodoo-buildtools-magento
```

##### Latest Developer-Preview (Main-Branch - unreleased) - can be instable!

For DDEV v1.23.5 or above run

```shell
ddev add-on get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz
```

For earlier versions of DDEV run

```shell
ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz
```
Expand Down

0 comments on commit dfda1f9

Please sign in to comment.