Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 24, 2024
1 parent 9c93fa5 commit 5b7a9f4
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,24 @@ This repository provides [IonCube Loaders](https://www.ioncube.com/loaders.php)

## Installation

For DDEV v1.23.5 or above run

```bash
ddev add-on get ddev/ddev-ioncube
```

For earlier versions of DDEV run

```bash
$ ddev get ddev/ddev-ioncube
$ ddev restart
ddev get ddev/ddev-ioncube
```

Then restart the project

```bash
ddev restart
```

## Configuration

None. Addon works out-of-the-box.
Expand Down

0 comments on commit 5b7a9f4

Please sign in to comment.