Skip to content

Commit da9b709

Browse files
authored
IRONSIDE-422
Adding cloning instructions to the main README file in the examples repository
1 parent 111d6c4 commit da9b709

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
```

0 commit comments

Comments
 (0)