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

Fix install instruction #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nuke-web3
Copy link

Existing command must have been from before some refactor? Thinking this what you need now:

cargo install eigen-cli --path crates/eigen-cli/
# or direct from crates.io
cargo install eigen-cli

Existing command must have been from before some refactor?
This I think is what is needed:

```
cargo install eigen-cli --path crates/eigen-cli/
# or direct from crates.io
cargo install eigen-cli
```
@@ -5,7 +5,7 @@ eigensdk-rs is an initiative for rust developers to build AVSs on eigenlayer.
## Installation

```bash
cargo install eigensdk --features full
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the main readme , it is correct.
you. can import cli from eigensdk crate itself

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have you run cargo install eigensdk --features full from a terminal? I get

$ cargo install eigensdk --features full

    Updating crates.io index
  Downloaded eigensdk v0.1.0
  Downloaded 1 crate (5.1 KB) in 0.32s
error: there is nothing to install in `eigensdk v0.1.0`, because it has no binaries
`cargo install` is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency to a Cargo project with `cargo add`.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, it should have been cargo add instead of cargo install

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change the instruction here? so we can merge it

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

Successfully merging this pull request may close these issues.

2 participants