Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 24, 2024
1 parent 2952a17 commit a62e34a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ This repository allows you to quickly install Memcached into a [DDEV](https://dd

## Installation

For DDEV v1.23.5 or above run

```sh
ddev add-on get ddev/ddev-memcached && ddev restart
```

For earlier versions of DDEV run

```sh
ddev get ddev/ddev-memcached && ddev restart
```

Expand Down

0 comments on commit a62e34a

Please sign in to comment.