Skip to content

Commit dd587bf

Browse files
authored
update readme for submodules setup (#2672)
1 parent 183c831 commit dd587bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ brew install rustup
240240
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
241241
```
242242

243+
Setup git submodules:
244+
245+
```bash
246+
git submodule update --init --recursive
247+
```
248+
243249
This repo uses uv to manage the combined Rust/Python monorepo build. After installing uv, make sure to run:
244250

245251
```bash

0 commit comments

Comments
 (0)