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.
- package/README.md +4 -5
- 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
|
|
133
|
-
# needs nodejs/npm, suggest using
|
|
134
|
-
#
|
|
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
|