Skip to content

Commit b12adc8

Browse files
committed
Add git submodule steps to CONTRIBUTING.md
1 parent 3ffa8d7 commit b12adc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/devel/contrib/development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ See the general CMake man pages or the [cmake-documentation](https://cmake.org/c
2222
```sh
2323
git clone https://github.com/GothenburgBitFactory/taskwarrior
2424
cd taskwarrior
25+
git submodule init
26+
git submodule update
2527
cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
2628
cmake --build build
2729
```

0 commit comments

Comments
 (0)