Skip to content

Commit 4d9d03c

Browse files
author
Greyforge Admin
committed
Align ripgrep Linux install hint
1 parent 7954d02 commit 4d9d03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cortex-cli/src/debug_cmd/handlers/ripgrep.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub async fn run_ripgrep(args: RipgrepArgs) -> Result<()> {
127127
println!();
128128
println!("To install ripgrep:");
129129
println!(" macOS: brew install ripgrep");
130-
println!(" Linux: apt install ripgrep / dnf install ripgrep");
130+
println!(" Linux: sudo apt install -y ripgrep / sudo dnf install -y ripgrep");
131131
println!(" Windows: winget install BurntSushi.ripgrep.MSVC");
132132

133133
// Offer to install if --install flag was provided

0 commit comments

Comments
 (0)