electerm 1.100.8 → 1.100.20

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 +4 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,7 +65,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
65
65
 
66
66
  ```powershell
67
67
  # winget https://github.com/microsoft/winget-cli
68
- winget install electerm
68
+ winget install electerm.electerm
69
69
 
70
70
  # scoop https://github.com/lukesampson/scoop
71
71
  scoop bucket add dorado https://github.com/chawyehsu/dorado
@@ -129,10 +129,9 @@ wechat donate
129
129
  ## Dev
130
130
 
131
131
  ```bash
132
- # tested in ubuntu16.04+/mac os 10.13+ only
133
- # needs nodejs/npm, suggest using nvm to install nodejs/npm
134
- # https://github.com/creationix/nvm
135
- # with nodejs 18.x
132
+ # tested in ubuntu20.04+/mac os 10.13+ only
133
+ # needs nodejs/npm, suggest using fnm to install nodejs/npm
134
+ # with nodejs 22.x
136
135
 
137
136
  git clone git@github.com:electerm/electerm.git
138
137
  cd electerm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.100.8",
3
+ "version": "1.100.20",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",