From 62728ddda9b74231b9637770dd9718d0440c9824 Mon Sep 17 00:00:00 2001 From: LinuxOnTheDesktop <47056543+LinuxOnTheDesktop@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:37:58 +0100 Subject: [PATCH] Update installation.md --- docs/src/cli/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cli/installation.md b/docs/src/cli/installation.md index 696021c9..49f8cd38 100644 --- a/docs/src/cli/installation.md +++ b/docs/src/cli/installation.md @@ -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.