From 6799608a856e1dfbf9bb77f9754f4e2bf9cfac19 Mon Sep 17 00:00:00 2001 From: Jay-0331 <51136830+Jay-0331@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:06:44 +0530 Subject: [PATCH] Update for how to run rust translation game Hope it is good enough. --- HOW_TO_RUN_THE_GAMES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HOW_TO_RUN_THE_GAMES.md b/HOW_TO_RUN_THE_GAMES.md index fae0656f..f1998ddd 100644 --- a/HOW_TO_RUN_THE_GAMES.md +++ b/HOW_TO_RUN_THE_GAMES.md @@ -93,3 +93,11 @@ If you don't already have a ruby interpreter, you can download it from the [ruby ## vbnet Follow the same steps as for the [csharp](#csharp) translations. This can be run with `dotnet` or `Visual Studio`. + +## rust + +If you don't already have Rust on your computer, you can follow the instruction on [Rust Book](https://doc.rust-lang.org/book/ch01-01-installation.html) + +1. From the command-line, navigate to the corresponding directory. +2. Run the following command. + * `cargo run`