@@ -102,6 +102,8 @@ npm install -g security-first-aid
102102sfa scan . --format terminal
103103```
104104
105+ Global npm installs now print a short quick-start message after installation.
106+
105107If you just want the built-in guide:
106108
107109``` bash
@@ -198,7 +200,7 @@ npm pack
198200Install that tarball globally:
199201
200202``` bash
201- npm install -g ./security-first-aid-0.1.0 .tgz
203+ npm install -g ./security-first-aid-0.1.2 .tgz
202204```
203205
204206Then run:
@@ -227,7 +229,7 @@ Automated release path:
2272291 . update ` package.json ` to the target version
2282302 . add the matching release section to ` CHANGELOG.md `
2292313 . commit the release changes
230- 4 . push a tag like ` v0.1.1 `
232+ 4 . push a tag like ` v0.1.2 `
231233
232234The ` Release ` workflow will:
233235
@@ -287,7 +289,7 @@ npx @your-org/security-first-aid@latest scan . --format terminal
287289
288290Current published version:
289291
290- - ` security-first-aid@0.1.1 `
292+ - ` security-first-aid@0.1.2 `
291293
292294## Usage
293295
@@ -511,7 +513,7 @@ npm link
511513Or reinstall the tarball/global package :
512514
513515` ` ` bash
514- npm install -g ./security-first-aid-0.1.0 .tgz
516+ npm install -g ./security-first-aid-0.1.2 .tgz
515517` ` `
516518
517519# ## PowerShell blocks `sfa.ps1`
@@ -534,7 +536,7 @@ That only works after the package is published to npm. Before publishing, use on
534536
535537- ` node ./src/cli/index.js ...`
536538- ` npm link` then `sfa ...`
537- - ` npm pack` then `npm install -g ./security-first-aid-0.1.0 .tgz`
539+ - ` npm pack` then `npm install -g ./security-first-aid-0.1.2 .tgz`
538540
539541# # License
540542
0 commit comments