ssh-x-term 2.0.13 → 2.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -148,7 +148,15 @@ sxt
148
148
  > The npm installer downloads the correct prebuilt binary for your platform.
149
149
  > Only optional tools (`bw`, `tmux`) may be suggested.
150
150
 
151
- ### Option 2: Build from source
151
+ ### Option 2: Install via Homebrew (macOS/Linux)
152
+
153
+ ```sh
154
+ brew tap eugeniofciuvasile/tap
155
+ brew install ssh-x-term
156
+ sxt
157
+ ```
158
+
159
+ ### Option 3: Build from source
152
160
 
153
161
  ```sh
154
162
  git clone https://github.com/eugeniofciuvasile/ssh-x-term.git
@@ -162,7 +170,7 @@ Or:
162
170
  go install github.com/eugeniofciuvasile/ssh-x-term/cmd/sxt@latest
163
171
  ```
164
172
 
165
- ### Option 3: Prebuilt Binary
173
+ ### Option 4: Prebuilt Binary
166
174
 
167
175
  Download from the GitHub Releases page.
168
176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssh-x-term",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "TUI to handle multiple SSH connections simultaneously",
5
5
  "main": "index.js",
6
6
  "bin": {