@lijuneleven/easy-terminal 0.1.4 → 0.1.6

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,7 @@ The CLI starts the local `easy_terminal` service. Pass server flags directly:
11
11
 
12
12
  ```sh
13
13
  easy-terminal --port 9090
14
+ easy-terminal --config-dir /data/easy_terminal/conf
14
15
  ```
15
16
 
16
17
  The installer downloads the platform binary from GitHub Release first, then falls back to Gitee Release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lijuneleven/easy-terminal",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Local web terminal with Feishu remote session control.",
5
5
  "license": "MIT",
6
6
  "bin": {