Skip to content

Commit

Permalink
Amend installation.md so as to make its instruction about `--no-defau…
Browse files Browse the repository at this point in the history
…lt-features` harder to misunderstand (#607)

Closes #606.
  • Loading branch information
LinuxOnTheDesktop authored Jun 28, 2024
1 parent 96727f6 commit 23411d5
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 @@ -16,4 +16,4 @@ cargo install --branch main --git https://github.com/Kampfkarren/selene selene
```

### Disabling Roblox features
selene is built with Roblox specific lints by default. If you don't want these, type `--no-default-features` after whichever command you choose.
selene is built with Roblox specific lints by default. If you don't want these, then pass `--no-default-features` to the `cargo install` command.

0 comments on commit 23411d5

Please sign in to comment.