Skip to content

Commit

Permalink
Merge pull request #7 from GuySartorelli/20241024_GuySartorelli_addon…
Browse files Browse the repository at this point in the history
…get-readme

docs: update `ddev get` to `ddev add-on get` in readme
  • Loading branch information
Wylbur authored Oct 24, 2024
2 parents cc5af5d + bd2f26d commit 669c82d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@ See the Release notes and the Changelog for details of changes between versions

## Installation

1. Install this addon with `ddev get backdrop-ops/ddev-backdrop-bee`.
1. Install this addon
For DDEV v1.23.5 or above run

```sh
ddev add-on get backdrop-ops/ddev-backdrop-bee
```

For earlier versions of DDEV run

```sh
ddev get backdrop-ops/ddev-backdrop-bee
```

2. Restart DDEV with `ddev restart`.
3. Test bee by running `ddev bee status`.

Expand Down

0 comments on commit 669c82d

Please sign in to comment.