Update for how to run rust translation game

Hope it is good enough.
This commit is contained in:
Jay-0331
2022-03-31 12:06:44 +05:30
committed by GitHub
parent b31c624703
commit 6799608a85

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`