We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aea43cd + 7e47d75 commit f3dab2bCopy full SHA for f3dab2b
README.md
@@ -28,7 +28,7 @@ testing environment in a few easy steps:
28
cd api-tester
29
mkdir -p content/plugins content/themes
30
cp -r wp/wp-content/themes/* content/themes
31
- git clone git@github.com:WP-API/WP-API.git content/plugins/json-rest-api
+ git clone --recursive git@github.com:WP-API/WP-API.git content/plugins/json-rest-api
32
git clone git@github.com:WP-API/OAuth1.git content/plugins/oauth-server
33
```
34
0 commit comments