updated readme

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-29 15:54:07 +02:00
parent 942e79bc19
commit 9c253d36df
3 changed files with 125 additions and 10 deletions

View file

@ -9,14 +9,23 @@ configurability and implements a few types of AI.
Compiled with the [rustup toolchain](https://rustup.rs).
### Installing
```sh
cargo install rs48
```
alternatively, you can clone this repo and build it yourself.
### Building
```powershell
cargo build
```sh
git clone "https://github.com/MajorBarnulf/rs48.git"
cd rs48/rs48
cargo build -r
```
### Running
```powershell
cargo run
```sh
cargo run -r
```