mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-05 20:40:25 -08:00
Update for how to run rust translation game
Hope it is good enough.
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user