Skip to content

Commit

Permalink
Small refinement to the usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkoller committed Nov 29, 2023
1 parent 81b0ab5 commit 0dd1a7e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,10 @@ Profiling in a production environment is not recommended.
```
## Usage
Make sure your project is started then use the following command to enable profiling.
Run the following commands to enable profiling and then launch the XHGui in your browser.
```shell
ddev xhprof
```
Next use the following command to launch the XHGui in your browser:
```shell
ddev xhgui
ddev xhprof on && ddev xhgui
```
By default, XHGui will be available at `https://yourproject.ddev.site:8143`.
Expand Down

0 comments on commit 0dd1a7e

Please sign in to comment.