Skip to content

Commit 6164b56

Browse files
authored
chore: add submodule info to README (#113)
Added cli command to initialize and clone the submodules prior to opening xcode project Closes #112
1 parent 83982aa commit 6164b56

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
To start diving into the v8 iOS runtime make sure you have XCode and [Homebrew](https://brew.sh/) installed, and then run the following
44
```bash
5+
# Install CMake
6+
brew install cmake
7+
58
# Clone repo
69
git clone https://github.com/NativeScript/ns-v8ios-runtime.git
710

8-
# Install CMake
9-
brew install cmake
11+
# Initialize and clone the submodules
12+
cd ns-v8ios-runtime
13+
git submodule update --init
1014

1115
# Open the runtime in XCode
12-
cd ns-v8ios-runtime
1316
open v8ios.xcodeproj
1417
```
1518

0 commit comments

Comments
 (0)