From 0749148a7dbd1a5174450780d2e2734657638471 Mon Sep 17 00:00:00 2001 From: Sebby <51111827+SFSteffensen@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:26:55 +0200 Subject: [PATCH] cleaning up rust instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 544012b..04c76bd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,10 @@ MKBSD comes in three variants! Node.js, Python, and Rust. 2. **Navigate to the Rust Implementation Directory** - Open your terminal or command prompt. - - Navigate to the directory containing the Rust implementation (e.g., `mkbsd.rs` or the Cargo project folder). + - Navigate to the directory containing the Rust implementation. + ```bash + cd MKBSD + ``` 3. **Build the Project** - Run the following command to build the project in release mode: