Skip to content

Conversation

@mystical-prog
Copy link
Contributor

the README has the incorrect command for adding florestad to the path, previously it was -

cargo install --path .

which resulted into the below error :

found a virtual manifest at '{path}/Floresta/Cargo.toml' instead of a package manifest

the new command is -

cargo install --path ./florestad

this makes sure that we are installing path from the correct directory and this command is run after executing the cargo build --release --bin florestad

@Davidson-Souza
Copy link
Member

Nice catch! Thanks! ACK ad7b099

@Davidson-Souza Davidson-Souza merged commit 835a1b0 into vinteumorg:master Apr 8, 2024
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