Skip to content

Commit

Permalink
Update README.md to suggest a shallow repo clone
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored Jun 2, 2023
1 parent 4ff89bf commit 413d07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ git clone -b trunk --single-branch --depth 1 [email protected]:WordPress/wordpress-
You also can run WordPress Playground locally as follows:

```bash
git clone https://github.com/WordPress/wordpress-playground
git clone -b trunk --single-branch --depth 1 git@github.com:WordPress/wordpress-playground.git
cd wordpress-playground
npm install
npm run dev
Expand Down

0 comments on commit 413d07f

Please sign in to comment.