updated readme
This commit is contained in:
parent
942e79bc19
commit
9c253d36df
3 changed files with 125 additions and 10 deletions
17
README.md
17
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue