From f5849abf769114189fd7e819bd6789e550379b90 Mon Sep 17 00:00:00 2001 From: Marcin Kulik <17589+ku1ik@users.noreply.github.com> Date: Sat, 10 May 2025 12:58:40 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0507818..5d8622e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ Notable features: and [replaying](https://docs.asciinema.org/manual/cli/usage/#asciinema-play-filename) of sessions inside a terminal, -* live streaming of terminal sessions, with local HTTP server mode, and a relay - forwarding mode, +* live streaming of terminal sessions, via local HTTP server, and via remote asciinema server, * [light-weight recording 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`), @@ -44,13 +43,13 @@ asciinema rec demo.cast To stream a session via built-in HTTP server run: ```sh -asciinema stream --serve +asciinema stream --local ``` To stream a session via a relay (asciinema server) run: ```sh -asciinema stream --relay +asciinema stream --remote ``` Check out the [Getting started