# genesis
## Options
## Installation
You can use the `cargo install` command:
$ cargo install genesis
or a classic build and run:
```bash
$ git clone https://github.com/dotcypress/genesis
$ cd genesis
$ cargo build --release
$ cp target/release/genesis ~/.bin # assuming .bin is in your path
```