Skip to content

Commit

Permalink
Merge pull request #5 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
rsanzante authored Oct 24, 2024
2 parents 9770b67 + 103c3a1 commit b001df6
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,25 @@ This is optimized for [Aljibe projects](https://github.com/Metadrop/Aljibe/), bu

## Getting Started

Install this addon by running the following command:
Install this addon:

`ddev get Metadrop/ddev-unlighthouse`
For DDEV v1.23.5 or above run

```sh
ddev add-on get Metadrop/ddev-unlighthouse
```

For earlier versions of DDEV run

```sh
ddev get Metadrop/ddev-unlighthouse
```

Once installed, make sure to restart your ddev project:

`ddev restart`
```sh
ddev restart
```

### Configuration

Expand Down

0 comments on commit b001df6

Please sign in to comment.