From f7504f68df02f5a3cf7f9601f01717293e5a9a0b Mon Sep 17 00:00:00 2001 From: Alejandro Rizzo Date: Fri, 4 Apr 2025 11:37:22 +0100 Subject: [PATCH] Update README.md to suggest default alias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f074b04..a895774e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/coda You can either put the downloaded script in a specific file or create an alias that will download the script and look for changes: ```bash -alias codacy-cli-v2="bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh)" +alias codacy-cli="bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh)" ``` ## Installation