Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 441 Bytes

RUN.md

File metadata and controls

17 lines (17 loc) · 441 Bytes

Steps To Run Wordle in Rust:

  1. Launch 2 applications, Docker & Visual Studio (VS) Code.
  2. SSH into the Vagrant Environment.
  3. Navigate to the src folder.
  4. Run the following code to clone the repository:
git clone https://github.com/TheWongLife/Rusty-Wordle
  1. Navigate to the repository folder.
  2. Build the Project:
cargo build
  1. Run the Project:
cargo run