Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 378e25f

Browse files
committed
Update build-rawposix.md with latest approach
1 parent 5ae8f28 commit 378e25f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/build/build-rawposix.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ rustup default nightly
1818

1919
## Clone git repo
2020

21-
Then we clone it to home directory
22-
```
23-
git clone --recurse-submodules https://github.com/yzhang71/safeposix-rust.git
21+
First we need to clone the mono-repo:
22+
23+
```sh
24+
git clone https://github.com/Lind-Project/lind-wasm.git
2425
```
2526

26-
Switch branch to 3i-dev
27+
Then, go the `RawPOSIX` directory:
2728

28-
```
29-
cd safeposix-rust
30-
git switch 3i-dev
29+
```sh
30+
cd lind-wasm/src/RawPOSIX
3131
```
3232

3333
## Build

0 commit comments

Comments
 (0)