Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit d523436

Browse files
author
Eric Lange
committed
Update README.md
Correction for recursive clone
1 parent 417d5cc commit d523436

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Building AndroidJSCore-2.0 library
113113

114114
Set `ANDROID_SDK_ROOT` and `ANDROID_NDK_ROOT` environment variables
115115

116-
% git clone https://github.com/ericwlange/AndroidJSCore.git
116+
% git clone --recursive https://github.com/ericwlange/AndroidJSCore.git
117117
% mkdir build
118118
% cd build
119119
% ../AndroidJSCore/scripts/build
@@ -141,7 +141,7 @@ married to that OS from Seattle, please feel free to get it working and contribu
141141

142142
1. Download and install the latest version of [Android Studio], including the [NDK]
143143
2. Set two environment variables: `ANDROID_SDK_ROOT` and `ANDROID_NDK_ROOT` to point to the SDK and NDK directories, respectively
144-
3. Clone the repo: `git clone https://github.com/ericwlange/AndroidJSCore.git`
144+
3. Clone the repo: `git clone --recursive https://github.com/ericwlange/AndroidJSCore.git`
145145

146146
This last step will grab both the AndroidJSCore repo, as well as my fork of the
147147
[webkit] repo. The latter part is huge, like 6 GBs or something, so settle in.

0 commit comments

Comments
 (0)