If you would like to install do the following:
$ cargo install phaktionz
Currently due to some issues, there is no built in command to run the Phaktionz TCG book locally, however it can be done with the following:
```bash
$ git clone https://github.com/MKProj/Phaktionz-Book.git
$ cargo install mdbook
$ mdbook serve Phaktionz-Book ```