README: Mention need for "git submodule sync".

This commit is contained in:
Paul Sokolovsky 2015-07-21 01:06:11 +03:00
parent 002a6595bc
commit fe969504a1

View File

@ -129,6 +129,7 @@ build a new SDK, run:
```
$ make clean
$ git pull
$ git submodule sync
$ git submodule update
```