## System requirement
1. Any system with basic configuration.
2. Operating System : Any (Windows / Linux / Mac).
## Software requirement
1. Cargo/Rust installed (If not download it [here](https://doc.rust-lang.org/cargo/getting-started/installation.html)).
## Cargo installation
```bash
cargo install rg-chess
```
## Manual installation
```bash
# clone https
git clone https://github.com/rust-games/rg-chess.git
# or
# clone ssh
git clone git@github.com:rust-games/rg-chess.git
# Build
cargo build
```