electerm 1.25.16 → 1.25.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 +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,12 +41,13 @@ Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).
|
|
|
41
41
|
- Quick input to one or all terminals.
|
|
42
42
|
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
43
43
|
|
|
44
|
-
## Download
|
|
44
|
+
## Download
|
|
45
|
+
|
|
46
|
+
- [https://sourceforge.net/projects/electerm.mirror/files/](sourceforge)
|
|
47
|
+
- [https://github.com/electerm/electerm/releases](github releases)
|
|
48
|
+
|
|
49
|
+
## Install
|
|
45
50
|
|
|
46
|
-
- [https://electerm.github.io/electerm](https://electerm.github.io/electerm)
|
|
47
|
-
- [https://electerm.html5beta.com](https://electerm.html5beta.com)
|
|
48
|
-
- [https://sourceforge.net/projects/electerm.mirror/files/](https://sourceforge.net/projects/electerm.mirror/files/)
|
|
49
|
-
- From release: [https://github.com/electerm/electerm/releases](https://github.com/electerm/electerm/releases)
|
|
50
51
|
- For Mac user: `brew install --cask electerm`
|
|
51
52
|
- With snap: `sudo snap install electerm --classic`
|
|
52
53
|
- For some Linux distribution, you can find it from OS default App store(Ubuntu, Deepin, Mint...).
|