Skip to content

Commit ff78969

Browse files
docs: update ddev get to ddev add-on get in readme (#1)
1 parent 79b43ac commit ff78969

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,23 @@ This is only required if your `npm` uses Python2 to build its dependencies.
1414

1515
## Installation
1616

17-
1. `ddev get stasadev/ddev-python2`
18-
2. `ddev restart`
17+
For DDEV v1.23.5 or above run
18+
19+
```sh
20+
ddev add-on get stasadev/ddev-python2
21+
```
22+
23+
For earlier versions of DDEV run
24+
25+
```sh
26+
ddev get stasadev/ddev-python2
27+
```
28+
29+
Then restart your project
30+
31+
```sh
32+
ddev restart
33+
```
1934

2035
## Usage
2136

0 commit comments

Comments
 (0)