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 f3be6ad commit 7c35d51
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 7c35d51

Please sign in to comment.