Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New RAO docs #397

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
6 changes: 3 additions & 3 deletions docs/btcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ title: "Bittensor CLI"

Command line interface (CLI) for Bittensor. Uses the values in the configuration file. These values can be overriden by passing them explicitly in the command line.

## Allowed networks
## Install

In any `btcli` command, the `--network` flag accepts the following values: `finney`, `test`, `local`, and `subvortex`. If no value is specified, the default network is `finney`.
See [Getting Started](./getting-started/install-btcli.md) to install `btcli`.

**Usage**:
## Usage

```console
$ btcli [OPTIONS] COMMAND [ARGS]
Expand Down
Loading