Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <152947339+KernFerm@users.noreply.github.com>
  • Loading branch information
KernFerm authored Sep 4, 2024
1 parent 9c8ef43 commit 2150d2e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,19 @@ game-vision-aid/
- The application was Built on `64-bit` system
- Follow the `Instructions` on the screen when installing `RUST`
- [64-bit](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe)
```
Build the project:
```
- For `32-Bit` you will have to `cargo build` then `cargo run`
- Follow the `Instructions` on the screen when installing `RUST`
- [32-Bit](https://static.rust-lang.org/rustup/dist/i686-pc-windows-msvc/rustup-init.exe)
```
cargo build
```
```
cargo run
```
## 🤖 Custom YOLOv5 Model (Optional)
Expand Down

0 comments on commit 2150d2e

Please sign in to comment.