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

Rename crates iroha_cli and iroha_kagami #507

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
Loading