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: