Skip to content

Commit 8751f63

Browse files
Update README.md
1 parent d5d38c8 commit 8751f63

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ export DETHRACE_ROOT_DIR=/path/to/carmageddon
6767

6868
## Build
6969

70+
Dethrace uses git submodules, so we must pull them after the inital clone:
71+
```sh
72+
git clone https://github.com/dethrace-labs/dethrace
73+
cd dethrace
74+
git submodule update --init --recursive
75+
```
76+
7077
Dethrace uses [cmake](https://cmake.org/) for generating build files.
7178

7279
To generate the build files (generally only required once):
@@ -76,7 +83,7 @@ cd build
7683
cmake ..
7784
```
7885

79-
On cmake has generated the build files for your platform, run the build. For example:
86+
Once cmake has generated the build files for your platform, run the build. For example:
8087
```sh
8188
make
8289
```

0 commit comments

Comments
 (0)