Skip to content

Commit 03998f5

Browse files
committed
fix readme install command
1 parent 91330ae commit 03998f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

SPECS/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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

0 commit comments

Comments
 (0)