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

fixed adding florestad to path while building #137

Merged
merged 1 commit into from
Apr 8, 2024

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
Collaborator

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