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

Incorrect Commands for Iroha Client CLI in Documentation #498

Closed
AlexStroke opened this issue Jun 24, 2024 · 1 comment
Closed

Incorrect Commands for Iroha Client CLI in Documentation #498

AlexStroke opened this issue Jun 24, 2024 · 1 comment
Assignees

Comments

@AlexStroke
Copy link
Contributor

Description:
The current documentation instructs users to build the Iroha client using the following command:

cargo build -p iroha_client_cli --release

The correct command to build the Iroha client is:

cargo build --bin iroha

The artifacts will then be found in the target/debug directory.

Suggested Fix:
Update the documentation to use the correct build command:

cargo build --bin iroha

And specify that the artifacts will be in the target/debug directory.
As well replace all places with iroha_client_cli on iroha.

@0x009922
Copy link
Contributor

Related: #480

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants