Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 24, 2024
1 parent 79b43ac commit ff78969
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,23 @@ This is only required if your `npm` uses Python2 to build its dependencies.

## Installation

1. `ddev get stasadev/ddev-python2`
2. `ddev restart`
For DDEV v1.23.5 or above run

```sh
ddev add-on get stasadev/ddev-python2
```

For earlier versions of DDEV run

```sh
ddev get stasadev/ddev-python2
```

Then restart your project

```sh
ddev restart
```

## Usage

Expand Down

0 comments on commit ff78969

Please sign in to comment.