From 378e25fa912626989e80ea8ad37561c6b5bef624 Mon Sep 17 00:00:00 2001 From: "Alice W." Date: Sun, 12 Jan 2025 17:42:33 -0500 Subject: [PATCH] Update build-rawposix.md with latest approach --- docs/build/build-rawposix.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/build/build-rawposix.md b/docs/build/build-rawposix.md index 17388e9..0712fed 100644 --- a/docs/build/build-rawposix.md +++ b/docs/build/build-rawposix.md @@ -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