Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 24, 2024
1 parent bd9a087 commit 305bb7d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

# DDEV Proxy support (Apparently obsolete, see [#5](https://github.com/ddev/ddev-proxy-support/issues/5))

Install this with `ddev get ddev/ddev-proxy-support`
To install this, for DDEV v1.23.5 or above run

```sh
ddev add-on get ddev/ddev-proxy-support
```

For earlier versions of DDEV run

```sh
ddev get ddev/ddev-proxy-support
```

It installs a docker-compose.proxy.yaml and pre.Dockerfile.proxy-support which add proxy capabilities to DDEV v1.19.5+

Expand Down

0 comments on commit 305bb7d

Please sign in to comment.