Skip to content

Commit a2df2bf

Browse files
authored
Rename crates iroha_cli and iroha_kagami (#507)
1 parent 88c4ce0 commit a2df2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/get-started/install-iroha-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ To get started you need two of the binaries shipped with Iroha:
6565
- `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:
6666

6767
```bash
68-
$ cargo install --git https://github.com/hyperledger/iroha.git iroha_client_cli
68+
$ cargo install --git https://github.com/hyperledger/iroha.git iroha_cli
6969
```
7070

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

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

0 commit comments

Comments
 (0)