Skip to content

Commit dd231a8

Browse files
authored
Merge pull request #18 from Lind-Project/update-build-rawposix
Update build-rawposix.md with latest approach
2 parents 5ae8f28 + 378e25f commit dd231a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/build/build-rawposix.md

+7-7
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)