more-cli 1.1.2

A command line interface for ORE cryptocurrency mining. Tailored by Miraland Labs.
# The Miraland release of the ORE CLI
Forked from ORE CLI. Tailored by Miraland Labs.

A command line interface for ORE cryptocurrency mining.

## Install

To install the CLI, use [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html):

```sh
cargo install more-cli
```

## Build

To build the codebase from scratch, checkout the repo and use cargo to build:

```sh
cargo build --release
```

## Help

You can use the `-h` flag on any command to pull up a help menu with documentation:

```sh
ore -h
```