Merge pull request #693 from Jay-0331/patch-1

Update for how to run rust translation game
This commit is contained in:
Jeff Atwood
2022-03-31 13:12:17 -05:00
committed by GitHub
+8
View File
@@ -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`