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

Update installation instructions to work with main branch #241

Closed
tonycuadra opened this issue May 7, 2021 · 2 comments · Fixed by #243
Closed

Update installation instructions to work with main branch #241

tonycuadra opened this issue May 7, 2021 · 2 comments · Fixed by #243
Labels
A-docs Area: Documentation E-easy Call for participation: Experience needed to fix: Easy / not much

Comments

@tonycuadra
Copy link
Contributor

When attempting to follow the installation instructions here:
https://kampfkarren.github.io/selene/cli/installation.html

I ran into an error with this command:
cargo install --git https://github.com/Kampfkarren/selene selene

It looks like cargo install still defaults to using the master branch and errors out if it does not exist. To workaround this, the correct branch name must be specified:

cargo install --branch main --git https://github.com/Kampfkarren/selene selene

@Kampfkarren
Copy link
Owner

Aw, that's a shame, I didn't think about that when renaming the branch.

@Kampfkarren Kampfkarren added A-docs Area: Documentation E-easy Call for participation: Experience needed to fix: Easy / not much labels May 7, 2021
@Kampfkarren
Copy link
Owner

Apparently this is on nightly, which should fix the problem, but for now, yeah this needs to be fixed.

rust-lang/cargo#9133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation E-easy Call for participation: Experience needed to fix: Easy / not much
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants