Skip to content

Commit 3f7efef

Browse files
committed
docs/getting-started: fix repo-cloning instructions
- Fix a discrepancy between repo and cloned directory names. - Let rust-bootstrap handle rust submodules instead of cloning them by default, such that only needed submodules are cloned (notably, the gcc codegen backend is not used by rex). Fixes: 7b8ea9e ("docs: add getting-started instructions") Signed-off-by: Jinghao Jia <jinghao7@illinois.edu>
1 parent d07c04e commit 3f7efef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ standard kernel build dependencies.
3434
Clone this repo and its submodules:
3535

3636
```bash
37-
git clone https://github.com/rex-rs/rex.git
37+
git clone https://github.com/rex-rs/rex.git rex-kernel
3838
cd rex-kernel
39-
git submodule update --init --recursive --progress
39+
git submodule update --init --progress
4040
```
4141

4242
If you are using Nix, the following additional step is required.

0 commit comments

Comments
 (0)