Skip to content

Commit abc5834

Browse files
committed
fix: 在安装说明中添加缺失的换行符以提高可读性
1 parent cb67930 commit abc5834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Install specific version:
6565
Download 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)
7071
tar -xzf sshx-<platform>-<arch>.tar.gz
@@ -80,6 +81,7 @@ sshx --help
8081
```
8182

8283
**Windows:**
84+
8385
1. Download `sshx-windows-amd64.zip`
8486
2. Extract the archive
8587
3. 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`

0 commit comments

Comments
 (0)