Skip to content

Commit

Permalink
Merge pull request #32 from GuySartorelli/20241024_GuySartorelli_addo…
Browse files Browse the repository at this point in the history
…nget-readme

docs: update `ddev get` to `ddev add-on get` in readme
  • Loading branch information
stasadev authored Oct 24, 2024
2 parents f3be6ad + 7c35d51 commit 8af9bdf
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,22 @@ Yes, persistence. This container is configured to persist data on `/data` volume

## Installation

For DDEV v1.23.5 or above run

```sh
ddev add-on get ddev/ddev-redis-7
```

For earlier versions of DDEV run

```sh
ddev get ddev/ddev-redis-7
```
$ ddev get ddev/ddev-redis-7
$ ddev restart

Then restart your project

```sh
ddev restart
```

> [!IMPORTANT]
Expand Down

0 comments on commit 8af9bdf

Please sign in to comment.