Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 20, 2024
1 parent ca81e12 commit fe3b22b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,17 @@ Example on how I am using it:

## Install the dev version

You can always install the latest code with
You can always install the latest code:

For DDEV v1.23.5 or above run

```sh
ddev add-on get https://github.com/hanoii/ddev-pimp-my-shell/tarball/main
```

For earlier versions of DDEV run

```sh
ddev get https://github.com/hanoii/ddev-pimp-my-shell/tarball/main
```

Expand Down

0 comments on commit fe3b22b

Please sign in to comment.