summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorSergey Biryukov <sergeybiryukov@git.wordpress.org>2021-01-12 11:32:48 +0000
committerSergey Biryukov <sergeybiryukov@git.wordpress.org>2021-01-12 11:32:48 +0000
commit98b6d335644e119480b6da0a762deca590d3a526 (patch)
tree5b54faa8840c01d6d5ce35cf332559c4ebc22403 /README.md
parentf51a70931c4ae9050f5227314cdab4804750c136 (diff)
downloadwordpress-98b6d335644e119480b6da0a762deca590d3a526.tar.gz
wordpress-98b6d335644e119480b6da0a762deca590d3a526.zip
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b28f322c8e..48af3be754 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ Ensure [Docker](https://www.docker.com/products/docker-desktop) is running befor
#### To start the development environment for the first time
+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:
+
```
npm install
npm run build:dev