@lijuneleven/easy-terminal 0.1.13 → 0.1.15
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.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,9 @@ 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
|
|
14
|
+
easy-terminal --config-dir /data/easy_terminal
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
`--config-dir` controls the local config and runtime data directory.
|
|
18
|
+
|
|
17
19
|
The installer downloads the platform binary from GitHub Release first, then falls back to Gitee Release.
|