File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A command-line tool to interact with [Codacy Cloud](https://app.codacy.com) dire
77### From npm
88
99``` bash
10- npm install -g codacy-cloud-cli
10+ npm install -g " @ codacy/codacy -cloud-cli"
1111```
1212
1313### From source
Original file line number Diff line number Diff line change 44
55## npm Package
66
7- - ** Binary name:** ` codacy-cloud-cli ` (registered in ` package.json ` under ` bin ` )
7+ - ** Binary name:** ` codacy ` (registered in ` package.json ` under ` bin ` )
88- ** Included files:** ` dist/ ` and ` README.md ` (via ` files ` field)
99- ** Pre-publish:** ` prepublishOnly ` runs ` npm run build ` using ` tsconfig.build.json `
1010- ** Engines:** requires Node.js >= 18
11- - ** Install globally:** ` npm install -g codacy-cloud-cli `
11+ - ** Install globally:** ` npm install -g "@ codacy/codacy -cloud-cli" `
1212
1313## GitHub Actions
1414
You can’t perform that action at this time.
0 commit comments