We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c5ec8 commit b271451Copy full SHA for b271451
README.md
@@ -42,7 +42,10 @@ Native code is supported in two different ways:
42
43
```bash
44
# Clone this repository
45
- git clone https://github.com/meltedspark/electron-angular-native
+ # 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
49
# Go into the repository
50
cd electron-angular-native
51
```
0 commit comments