cleaning up rust instructions

This commit is contained in:
Sebby 2024-09-25 20:26:55 +02:00 committed by GitHub
parent 1bfc26748f
commit 0749148a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: