Update README.md

This commit is contained in:
Marcin Kulik
2025-05-10 12:58:40 +02:00
committed by GitHub
parent fc540b6639
commit f5849abf76

View File

@@ -26,8 +26,7 @@ Notable features:
and and
[replaying](https://docs.asciinema.org/manual/cli/usage/#asciinema-play-filename) [replaying](https://docs.asciinema.org/manual/cli/usage/#asciinema-play-filename)
of sessions inside a terminal, of sessions inside a terminal,
* live streaming of terminal sessions, with local HTTP server mode, and a relay * live streaming of terminal sessions, via local HTTP server, and via remote asciinema server,
forwarding mode,
* [light-weight recording * [light-weight recording
format](https://docs.asciinema.org/manual/asciicast/v2/), which is highly format](https://docs.asciinema.org/manual/asciicast/v2/), which is highly
compressible (down to 15% of the original size e.g. with `zstd` or `gzip`), compressible (down to 15% of the original size e.g. with `zstd` or `gzip`),
@@ -44,13 +43,13 @@ asciinema rec demo.cast
To stream a session via built-in HTTP server run: To stream a session via built-in HTTP server run:
```sh ```sh
asciinema stream --serve asciinema stream --local
``` ```
To stream a session via a relay (asciinema server) run: To stream a session via a relay (asciinema server) run:
```sh ```sh
asciinema stream --relay asciinema stream --remote
``` ```
Check out the [Getting started Check out the [Getting started