You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 themaster
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
The text was updated successfully, but these errors were encountered: