We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b319ed commit f7504f6Copy full SHA for f7504f6
README.md
@@ -54,7 +54,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/coda
54
You can either put the downloaded script in a specific file or create an alias that will download the script and look for changes:
55
56
```bash
57
-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)"
58
```
59
60
## Installation
0 commit comments