Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsamoreh authored Aug 21, 2023
1 parent 0ae0a72 commit 5387f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ npm run watch:blocks

This theme includes a `.wp-env.json`. To spin up a WordPress environment with
`wp-env` first make sure
[docker desktop](https://www.docker.com/products/docker-desktop/) is installed.
[Docker](https://www.docker.com/products/docker-desktop/) is installed.
Then run the following command to start the environment:

```bash
npx wp-env start
npm run env:start
```

You can stop the environment with Docker Desktop or the stop command:

```bash
npx wp-env stop
npm run env:stop
```

See the
Expand Down

0 comments on commit 5387f77

Please sign in to comment.