Skip to content

Commit c21011b

Browse files
committed
docs: add curl install command to Quick Start
Added the curl-based installation method to the README's Quick Start section. This provides an easier installation option that doesn't require a package manager. Usage: curl -fsSL https://raw.githubusercontent.com/SocketDev/socket-cli/main/install.sh | bash Also removed obsolete shadow-bin wrapper scripts (npm, npx, pnpm, yarn) as this functionality has been removed from the codebase.
1 parent 3b03eb2 commit c21011b

File tree

5 files changed

+8
-108
lines changed

5 files changed

+8
-108
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ CLI for [Socket.dev] security analysis
99

1010
## Quick Start
1111

12+
**Install via curl:**
13+
14+
```bash
15+
curl -fsSL https://raw.githubusercontent.com/SocketDev/socket-cli/main/install.sh | bash
16+
```
17+
18+
**Or install via package manager:**
19+
1220
```bash
1321
pnpm install -g socket
1422
socket --help

shadow-bin/npm

Lines changed: 0 additions & 27 deletions
This file was deleted.

shadow-bin/npx

Lines changed: 0 additions & 27 deletions
This file was deleted.

shadow-bin/pnpm

Lines changed: 0 additions & 27 deletions
This file was deleted.

shadow-bin/yarn

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)