File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ Install specific version:
6565Download pre-built binaries from [ Releases] ( https://github.com/talkincode/sshmcp/releases ) :
6666
6767** Linux / macOS:**
68+
6869``` bash
6970# Download and extract (replace <platform>-<arch> with your system)
7071tar -xzf sshx-< platform> -< arch> .tar.gz
@@ -80,6 +81,7 @@ sshx --help
8081```
8182
8283** Windows:**
84+
83851 . Download ` sshx-windows-amd64.zip `
84862 . Extract the archive
85873 . Move ` sshx.exe ` to a directory in your PATH (e.g., ` C:\Program Files\sshx ` )
@@ -249,6 +251,7 @@ export SUDO_PASSWORD=your_sudo_password
249251### "sshx: command not found"
250252
251253** Solution:**
254+
252255- Ensure ` /usr/local/bin ` (or your installation directory) is in your PATH
253256- Restart your terminal after installation
254257- Or run with full path: ` /usr/local/bin/sshx `
You can’t perform that action at this time.
0 commit comments