summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostiantyn Sologubov <ksologubov@luxoft.com>2020-04-23 00:36:33 +0300
committerKostiantyn Sologubov <ksologubov@luxoft.com>2020-04-23 00:36:33 +0300
commitab1c57ab740ce35e45347d2c3fd2fd31ccd20c25 (patch)
treeb4f6cf330371389de84700d46a5cc8b6ae050023
parentac1591d7549caecf47ed4509a19f55760b800f22 (diff)
downloadsdl_android-ab1c57ab740ce35e45347d2c3fd2fd31ccd20c25.tar.gz
readme update
-rw-r--r--generator/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/README.md b/generator/README.md
index 3c81e64eb..ad7f71265 100644
--- a/generator/README.md
+++ b/generator/README.md
@@ -14,7 +14,7 @@ python3 -m pip install -r requirements.txt
```
Please also make sure before usage the `utils/generator/rpc_spec` Git submodule is successfully initialized, because the script uses the XML parser provided there.
```shell script
-git submodule update --init
+git submodule update --init --recursive --remote
```
## Usage