Skip to content

Commit f3dab2b

Browse files
committed
Merge pull request #86 from rogercoathup/master
json-rest-api clone fails without --recursive
2 parents aea43cd + 7e47d75 commit f3dab2b

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)