File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,19 @@ versions of RTI Connext DDS, please check out the appropriate branch:
2727- [ release/5.2.0] ( https://github.com/rticommunity/rticonnextdds-examples/tree/release/5.2.0 )
2828- [ release/5.1.0] ( https://github.com/rticommunity/rticonnextdds-examples/tree/release/5.1.0 )
2929- [ release/5.0.0] ( https://github.com/rticommunity/rticonnextdds-examples/tree/release/5.0.0 )
30+
31+ ## Cloning Repository
32+
33+ To clone the repository you will need to run ` git clone ` as follows to download
34+ both the repository and its submodule dependencies:
35+
36+ ``` bash
37+ git clone --recurse-submodule https://github.com/rticommunity/rticonnextdds-gateway-opcua.git
38+ ```
39+
40+ If you forget to clone the repository with ` --recurse-submodule ` , simply run
41+ the following command to pull all the dependencies:
42+
43+ ``` bash
44+ git submodule update --init --recursive
45+ ```
You can’t perform that action at this time.
0 commit comments