Skip to content

Commit 98b6d33

Browse files
Docs: Clarify the instructions on starting the local environment for the first time.
This adds a mention of cloning the repository before running the npm commands in the terminal. Props justinahinon. Fixes #52278. See #51414. git-svn-id: https://develop.svn.wordpress.org/trunk@49957 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f51a709 commit 98b6d33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Ensure [Docker](https://www.docker.com/products/docker-desktop) is running befor
2929

3030
#### To start the development environment for the first time
3131

32+
Clone the current repository using `git clone https://github.com/WordPress/wordpress-develop.git`. Then in your terminal move to the repository folder `cd wordpress-develop` and run the following commands:
33+
3234
```
3335
npm install
3436
npm run build:dev

0 commit comments

Comments
 (0)