Skip to content

Commit cec3707

Browse files
docs: improve README marketing copy — add CI/CD examples, alternatives comparison, fix npm install placement
1 parent c57f45e commit cec3707

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ scoop bucket add Coding-Dev-Tools https://github.com/Coding-Dev-Tools/scoop-buck
3737
scoop install deploydiff
3838
```
3939

40+
**npm (Node.js wrapper):**
41+
```bash
42+
npm install -g deploydiff
43+
```
44+
Then run: `deploydiff --help`
45+
4046
## Usage
4147

4248
```bash
@@ -122,13 +128,3 @@ DeployDiff is one of eight tools in the Revenue Holdings suite. One license cove
122128
## License
123129

124130
MIT
125-
126-
127-
128-
## Install via npm
129-
130-
```bash
131-
npm install -g deploydiff
132-
```
133-
134-
Then run: `deploydiff --help`

0 commit comments

Comments
 (0)