From e44f2c03523be0257cdd8c60a226a8f903d2713f Mon Sep 17 00:00:00 2001 From: Alice Wen <40227173+Yaxuan-w@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:58:46 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 21b86a7..163fafa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# RustPOSIX [![Build Status](https://github.com/Lind-Project/safeposix-rust/actions/workflows/lind-selfhost.yml/badge.svg?branch=develop)](https://github.com/Lind-Project/safeposix-rust/actions/workflows/lind-selfhost.yml) - -More implementation details could be found at [wiki](https://github.com/Lind-Project/lind-docs/blob/main/docs/RustPOSIX/Home.md). +# RawPOSIX [![Build Status](https://github.com/Lind-Project/safeposix-rust/actions/workflows/lind-selfhost.yml/badge.svg?branch=develop)](https://github.com/Lind-Project/safeposix-rust/actions/workflows/lind-selfhost.yml) ## Contents @@ -200,7 +198,7 @@ cargo test ut_lind_fs_mkdir_invalid_modebits ![Comment Example](assets/comments.readme.png) -## Run RustPOSIX-Rust +## Run RawPOSIX-Rust Quick start Use Develop branch for the most stable behaviour. @@ -223,5 +221,3 @@ See reference at [Testing and Debugging](https://github.com/Lind-Project/lind-do * All PRs should be merged to the Develop branch * Any imports from the standard library or any crates should be done in an interface file - -More detailed guideline will be in [RustPOSIX's wiki](https://github.com/Lind-Project/lind-docs/blob/main/docs/RustPOSIX/Style-Guide.md) \ No newline at end of file