Skip to content

Commit b271451

Browse files
author
Evgeny Barabanov
committed
Update readme to consider submodules
1 parent d1c5ec8 commit b271451

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ Native code is supported in two different ways:
4242

4343
```bash
4444
# Clone this repository
45-
git clone https://github.com/meltedspark/electron-angular-native
45+
# git > 2.13
46+
git clone --recurse-submodules https://github.com/meltedspark/electron-angular-native
47+
# git <= 2.12
48+
git clone --recursive https://github.com/meltedspark/electron-angular-native
4649
# Go into the repository
4750
cd electron-angular-native
4851
```

0 commit comments

Comments
 (0)