Skip to content

Commit bf6c73c

Browse files
authored
Remove non-existent install options from local-installation.md (#16)
* Remove non-existent install options from local-installation.md * Remove brew install from local-installation.md * Change npm install command in local-installation.md
1 parent 8a548f1 commit bf6c73c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/local-installation.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,8 @@ Socket Basics orchestrates multiple security tools. Install the ones you need:
157157
**Installation:**
158158

159159
```bash
160-
# macOS/Linux with Homebrew:
161-
brew install socket
162-
163160
# Using npm (if you have Node.js):
164-
npm install -g @socketsecurity/cli
165-
166-
# Manual installation (Linux):
167-
curl -sSL https://socket.dev/install.sh | sh
168-
169-
# Manual installation (macOS):
170-
curl -sSL https://socket.dev/install.sh | sh
161+
npm install -g socket
171162

172163
# Verify installation
173164
socket --version

0 commit comments

Comments
 (0)