electerm 1.100.50 → 1.100.60
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 +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
[](https://standardjs.com)
|
|
15
15
|
[](https://snapcraft.io/electerm)
|
|
16
16
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
17
|
+
[](https://electerm-repos.html5beta.com/deb)
|
|
17
18
|
[](https://github.com/sponsors/electerm)
|
|
18
19
|
|
|
19
20
|
[](https://www.digitalocean.com/?refcode=c10bcb28b846&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
|
|
@@ -64,7 +65,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
|
|
|
64
65
|
- For Mac user: `brew install --cask electerm`
|
|
65
66
|
- With snap: `sudo snap install electerm --classic`
|
|
66
67
|
- For some Linux distribution, you can find it from OS default App store(Ubuntu, Deepin, Mint...).
|
|
67
|
-
- For some linux OS, the `rpm`, `deb`, or `snap` release may not work, you can try the `tar.gz` release.
|
|
68
|
+
- For some linux OS, the `rpm`, `deb`, or `snap` release may not work, you can try the `tar.gz` or `.appImage` release.
|
|
68
69
|
- For Windows users, you can install it from [windows store](https://www.microsoft.com/store/apps/9NCN7272GTFF), command-line installer [winget](https://github.com/microsoft/winget-cli) and [scoop](https://github.com/lukesampson/scoop) is also recommended:
|
|
69
70
|
|
|
70
71
|
```powershell
|
|
@@ -76,6 +77,10 @@ scoop bucket add dorado https://github.com/chawyehsu/dorado
|
|
|
76
77
|
scoop install dorado/electerm
|
|
77
78
|
```
|
|
78
79
|
|
|
80
|
+
- Install from Debian repository (for Debian/Ubuntu-based systems) with `apt` command
|
|
81
|
+
|
|
82
|
+
Check [https://electerm-repos.html5beta.com/deb](https://electerm-repos.html5beta.com/deb)
|
|
83
|
+
|
|
79
84
|
- Install from npm
|
|
80
85
|
|
|
81
86
|
```bash
|