Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Feb 3, 2025
1 parent 5a93db6 commit 69a39c8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ This DDEV add on adds Meilisearch as a local service.

## Installation

With DDEV installed, run this command:
With DDEV installed:

`ddev get kevinquillen/ddev-meilisearch`
For DDEV v1.23.5 or above run

```sh
ddev add-on get kevinquillen/ddev-meilisearch
```

For earlier versions of DDEV run

```sh
ddev get kevinquillen/ddev-meilisearch
```

## Configuration

Expand Down

0 comments on commit 69a39c8

Please sign in to comment.