Skip to content

Commit bacec5f

Browse files
committed
Merge pull request #2 from headupinclouds/patch-2
Update README.md with note about appveyor submodules
2 parents ff5aee0 + fcfe788 commit bacec5f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ deploy:
8686
appveyor_repo_tag: true
8787
```
8888

89+
## Submodules
90+
91+
If your project uses submodules, you will have to tell Appveyor to initialize them, as described [here](http://www.appveyor.com/docs/how-to/private-git-sub-modules). This can be done in the `install` section with the following git command:
92+
93+
```
94+
install:
95+
- cmd: git submodule update --init --recursive
96+
```
97+
8998
## Deploy
9099

91100
```bash

0 commit comments

Comments
 (0)