Skip to content

Commit

Permalink
Docs/update - Add implied step (#1144)
Browse files Browse the repository at this point in the history
## What is this PR doing?
Missing a step - fix that

## What problem is it solving?
Helps new developers not get caught before starting

## How is the problem addressed?
Enter the directory, then install NPM packages
  • Loading branch information
flexseth authored Mar 27, 2024
1 parent 45bf169 commit c632e97
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Create a shallow clone of the Playground repository, or your own fork.
git clone -b trunk --single-branch --depth 1 [email protected]:WordPress/wordpress-playground.git
```

Enter the `wordpress-playground` directory.
```sh
cd wordpress-playground
```

Install dependencies, and build the website.

```sh
Expand Down

0 comments on commit c632e97

Please sign in to comment.