Skip to content

Commit

Permalink
Update installation.md to use branch main (#243)
Browse files Browse the repository at this point in the history
With the switch from master to main, the default cargo install command no longer works. It requires the branch to be manually specified.
  • Loading branch information
tonycuadra authored May 11, 2021
1 parent bf63883 commit a55f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cargo install selene

**If you want the most up to date version of selene**
```
cargo install --git https://github.com/Kampfkarren/selene selene
cargo install --branch main --git https://github.com/Kampfkarren/selene selene
```

### Roblox developers
Expand Down

0 comments on commit a55f2d1

Please sign in to comment.