Skip to content

Commit

Permalink
Merge pull request #10 from GuySartorelli/20241024_GuySartorelli_addo…
Browse files Browse the repository at this point in the history
…nget-readme

docs: update `ddev get` to `ddev add-on get` in readme
  • Loading branch information
ochorocho authored Oct 24, 2024
2 parents e1cc4ed + 2960a5d commit dd92a83
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ machine itself.

## Installation

For DDEV v1.23.5 or above run

```bash
ddev add-on get b13/ddev-rabbitmq && ddev restart
```

For earlier versions of DDEV run

```bash
ddev get b13/ddev-rabbitmq && ddev restart
```

Expand Down Expand Up @@ -40,13 +48,13 @@ ddev rabbitmq wipe
Everything possible in Management UI can be done using `rabbitmqadmin`.
User and password are set

```
```bash
ddev rabbitmqadmin --help
```

`rabbitmqctl` is used to manage the cluster and nodes

```
```bash
ddev rabbitmqctl --help
```

Expand Down

0 comments on commit dd92a83

Please sign in to comment.