mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-11 13:23:06 +01:00
Add new package manager instructions and badges (#1310)
This commit is contained in:
parent
55558d441e
commit
9aa5ec4f2c
35
README.md
35
README.md
@ -10,6 +10,12 @@
|
|||||||
# Wave Terminal
|
# Wave Terminal
|
||||||
|
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fwavetermdev%2Fwaveterm?ref=badge_shield)
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fwavetermdev%2Fwaveterm?ref=badge_shield)
|
||||||
|

|
||||||
|
[](https://snapcraft.io/waveterm)
|
||||||
|
[](https://snapcraft.io/waveterm)
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.
|
Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.
|
||||||
|
|
||||||
@ -23,19 +29,42 @@ Wave Terminal works on macOS, Linux, and Windows.
|
|||||||
|
|
||||||
Install Wave Terminal from: [www.waveterm.dev/download](https://www.waveterm.dev/download)
|
Install Wave Terminal from: [www.waveterm.dev/download](https://www.waveterm.dev/download)
|
||||||
|
|
||||||
Also available as a Homebrew Cask for macOS:
|
### Homebrew
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Also available as a Homebrew Cask for macOS.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install --cask wave
|
brew install --cask wave
|
||||||
```
|
```
|
||||||
|
|
||||||
Also available as a [Snap](https://snapcraft.io/waveterm) on Linux:
|
### Snap
|
||||||
|
|
||||||
|
[](https://snapcraft.io/waveterm)
|
||||||
|
[](https://snapcraft.io/waveterm)
|
||||||
|
|
||||||
|
Also available as a Snap for Linux.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo snap install waveterm --classic
|
sudo snap install waveterm --classic
|
||||||
```
|
```
|
||||||
|
|
||||||
Also available via the Windows Package Manager:
|
### Chocolatey
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Also available via Chocolatey for Windows:
|
||||||
|
|
||||||
|
```Powershell
|
||||||
|
choco install wave
|
||||||
|
```
|
||||||
|
|
||||||
|
### WinGet
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Also available via the Windows Package Manager (WinGet):
|
||||||
|
|
||||||
```Powershell
|
```Powershell
|
||||||
winget install CommandLine.Wave
|
winget install CommandLine.Wave
|
||||||
|
Loading…
Reference in New Issue
Block a user