Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update ddev get to ddev add-on get in readme #7

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: update ddev get to ddev add-on get in readme
  • Loading branch information
GuySartorelli committed Oct 24, 2024
commit bd2f26d92cb4baaebf9dfed2bacada084de84e2b
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