diff options
author | Sergey Biryukov <sergeybiryukov@git.wordpress.org> | 2021-01-12 11:32:48 +0000 |
---|---|---|
committer | Sergey Biryukov <sergeybiryukov@git.wordpress.org> | 2021-01-12 11:32:48 +0000 |
commit | 98b6d335644e119480b6da0a762deca590d3a526 (patch) | |
tree | 5b54faa8840c01d6d5ce35cf332559c4ebc22403 /README.md | |
parent | f51a70931c4ae9050f5227314cdab4804750c136 (diff) | |
download | wordpress-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |