Skip to content

doc: fix install instruction in readme#4

Open
wallem89 wants to merge 1 commit intomarcelbuesing:masterfrom
wallem89:fix-readme-install
Open

doc: fix install instruction in readme#4
wallem89 wants to merge 1 commit intomarcelbuesing:masterfrom
wallem89:fix-readme-install

Conversation

@wallem89
Copy link

@wallem89 wallem89 commented Mar 13, 2026

This fixes issue #3

The Readme is outdated on how to install this crate as library:
error: Using cargo installto install the binaries from the package in current working directory is no longer supported, use cargo install --path . instead.

Meaning:
cargo install --bin candumprb

should be:
cargo install --path .

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.

1 participant