Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Jul 31, 2024
1 parent 0e53f3e commit 7ac40c3
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,20 @@ $ brew install lusingander/tap/serie

You can download pre-compiled binaries from [releases](https://github.com/lusingander/serie/releases).

### Build from source

If you want to check the latest development version, build from source:

```
$ git clone https://github.com/lusingander/serie.git
$ cd serie
$ cargo build --release
$ ./target/release/serie
```

> [!NOTE]
> Unless it's a release build, it's very slow.
## Usage

### Basic
Expand Down Expand Up @@ -214,19 +228,19 @@ The terminals on which each has been confirmed to work are listed below.

#### Inline Images Protocol

| Terminal emulator | Support |
| -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [iTerm2](https://iterm2.com) |(But slower than other terminals) |
| [WezTerm](https://wezfurlong.org/wezterm/index.html) ||
| [VSCode integrated terminal](https://code.visualstudio.com/docs/terminal/basics) ||
| [Hyper](https://hyper.is) |(>=[v4.0.0](https://github.com/vercel/hyper/releases/tag/v4.0.0-canary.4), not yet officially released) |
| [Tabby](https://tabby.sh) |(The graph background is not transparent) |
| Terminal emulator | Support | Note |
| -------------------------------------------------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------- |
| [iTerm2](https://iterm2.com) | | But slower than other terminals |
| [WezTerm](https://wezfurlong.org/wezterm/index.html) || |
| [VSCode integrated terminal](https://code.visualstudio.com/docs/terminal/basics) || |
| [Hyper](https://hyper.is) | | >=[v4.0.0](https://github.com/vercel/hyper/releases/tag/v4.0.0-canary.4), not yet officially released |
| [Tabby](https://tabby.sh) | | The graph background is not transparent |

#### Terminal graphics protocol

| Terminal emulator | Support |
| ----------------------------------------- | ------- |
| [kitty](https://sw.kovidgoyal.net/kitty/) ||
| Terminal emulator | Support | Note |
| ----------------------------------------- | ------- | ---- |
| [kitty](https://sw.kovidgoyal.net/kitty/) || |

### Reporting Compatibility

Expand Down

0 comments on commit 7ac40c3

Please sign in to comment.