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

cargo install fails #26

Closed
jean opened this issue Nov 8, 2019 · 1 comment · Fixed by #27
Closed

cargo install fails #26

jean opened this issue Nov 8, 2019 · 1 comment · Fixed by #27

Comments

@jean
Copy link

jean commented Nov 8, 2019

When naively doing cargo install following the README, it fails with:

13:25~/git/chars(master)$ cargo install
error: found a virtual manifest at `/data/data/com.termux/files/home/git/chars/Cargo.toml` instead of a package manifest

cargo install chars --git https://github.com/antifuchs/chars.git works fine.

@antifuchs
Copy link
Collaborator

Argh, yep, this is due to the restructuring the repo underwent. I need to update the readme: The correct install command is cargo install --path chars from inside the repo.

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 a pull request may close this issue.

2 participants