Browse Source

README: Mention need for "git submodule sync".

Paul Sokolovsky 10 years ago
parent
commit
fe969504a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

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