Skip to content

Commit 2cc86e0

Browse files
authored
Update README.md
1 parent 3d89c3d commit 2cc86e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Clone this repository. This does not necesarilly have to be in the application r
1919
git clone https://github.com/rmspacefish/rtems-cmake.git
2020
```
2121

22+
If you want to add this repository to another repository, add it as a submodule instead
23+
24+
```sh
25+
git submodule add https://github.com/rmspacefish/rtems-cmake.git
26+
```
27+
2228
After that, it is recommended to set the path to the RTEMS CMake support with the
2329
following line in the application `CMakeLists.txt`
2430

0 commit comments

Comments
 (0)