mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2024-12-04 16:57:47 -05:00
cleaning up rust instructions
This commit is contained in:
parent
1bfc26748f
commit
0749148a7d
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue