1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
```