Skip to content

Commit

Permalink
Rename crates iroha_cli and iroha_kagami (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxsaken authored Sep 25, 2024
1 parent 88c4ce0 commit a2df2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/get-started/install-iroha-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ To get started you need two of the binaries shipped with Iroha:
- `iroha`, the main command line tool for accessing the Iroha network as a user. It allows you to manage domains, accounts, and assets, and to query network status and events. To install `iroha` system-wide, use the following command:

```bash
$ cargo install --git https://github.com/hyperledger/iroha.git iroha_client_cli
$ cargo install --git https://github.com/hyperledger/iroha.git iroha_cli
```

- `kagami`, the tool that generates cryotpgraphic keys, configuration files and other necessary data. To install `kagami` system-wide, use the following command:

```bash
$ cargo install --git https://github.com/hyperledger/iroha.git kagami
$ cargo install --git https://github.com/hyperledger/iroha.git iroha_kagami
```

0 comments on commit a2df2bf

Please sign in to comment.