Skip to content

Commit e97109e

Browse files
authored
docs: move rebuild to "Installation" section to make it more visible (#57)
1 parent 7fa33b8 commit e97109e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ ddev add-on get ddev/ddev-frankenphp
2323
ddev restart
2424
```
2525

26+
(Optional) To rebuild FrankenPHP without cache, use:
27+
28+
```bash
29+
ddev utility rebuild
30+
```
31+
2632
After installation, make sure to commit the `.ddev` directory to version control.
2733

2834
## Usage
@@ -35,11 +41,6 @@ After installation, make sure to commit the `.ddev` directory to version control
3541
| `ddev php -m` | View installed PHP extensions |
3642
| `ddev logs -f` | View FrankenPHP logs |
3743

38-
> [!TIP]
39-
> FrankenPHP is updated automatically when you update DDEV.
40-
>
41-
> To update it manually, run `ddev utility rebuild`.
42-
4344
## Advanced Customization
4445

4546
Install pre-packaged extensions using the `php-zts-` prefix (see [supported extensions](https://pkg.henderkes.com/84/php-zts/packages?type=debian)):

0 commit comments

Comments
 (0)