electerm 1.100.56 → 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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,7 @@
14
14
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
15
15
  [![Get it from the Snap Store](https://img.shields.io/badge/Snap-Store-green)](https://snapcraft.io/electerm)
16
16
  [![Get it from the Microsoft Store](https://img.shields.io/badge/Microsoft-Store-blue)](https://www.microsoft.com/store/apps/9NCN7272GTFF)
17
+ [![Debian Repository](https://img.shields.io/badge/Debian-Repository-red)](https://electerm-repos.html5beta.com/deb)
17
18
  [![GitHub Sponsors](https://img.shields.io/github/sponsors/electerm?label=Sponsors)](https://github.com/sponsors/electerm)
18
19
 
19
20
  [![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%202.svg)](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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.100.56",
3
+ "version": "1.100.60",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",