Skip to content

Commit 7e47d75

Browse files
committed
json-rest-api clone fails without --recursive
core folder in json-rest-api is now in submodule, so the clone requires —recursive
1 parent aea43cd commit 7e47d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ testing environment in a few easy steps:
2828
cd api-tester
2929
mkdir -p content/plugins content/themes
3030
cp -r wp/wp-content/themes/* content/themes
31-
git clone [email protected]:WP-API/WP-API.git content/plugins/json-rest-api
31+
git clone --recursive [email protected]:WP-API/WP-API.git content/plugins/json-rest-api
3232
git clone [email protected]:WP-API/OAuth1.git content/plugins/oauth-server
3333
```
3434

0 commit comments

Comments
 (0)