Skip to content

Commit

Permalink
Merge pull request #18 from Lind-Project/update-build-rawposix
Browse files Browse the repository at this point in the history
Update build-rawposix.md with latest approach
  • Loading branch information
rennergade authored Jan 13, 2025
2 parents 5ae8f28 + 378e25f commit dd231a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/build/build-rawposix.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ rustup default nightly

## Clone git repo

Then we clone it to home directory
```
git clone --recurse-submodules https://github.com/yzhang71/safeposix-rust.git
First we need to clone the mono-repo:

```sh
git clone https://github.com/Lind-Project/lind-wasm.git
```

Switch branch to 3i-dev
Then, go the `RawPOSIX` directory:

```
cd safeposix-rust
git switch 3i-dev
```sh
cd lind-wasm/src/RawPOSIX
```

## Build
Expand Down

0 comments on commit dd231a8

Please sign in to comment.