From 06c1b93415555802c9f70e6375b0ad785ddea697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=94=91=E1=99=85=E1=95=BC=EA=99=86=E1=99=8E=E1=97=A3?= =?UTF-8?q?=E1=98=9CO=E1=97=A3?= Date: Sun, 22 Feb 2026 18:45:01 +0000 Subject: [PATCH] =?UTF-8?q?Installtion=20von=20CLI=203.1.0=20im=20readme?= =?UTF-8?q?=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f39de62..83854a1 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,16 @@ tset ### Lizenz Dieses Skript steht unter der [MIT-Lizenz](https://opensource.org/license/MIT/). +### Installation der CLI 3.0 und darĂ¼ber (Notwendig fuer asciinema stream): +```bash +cd ~ +wget https://github.com/asciinema/asciinema/releases/download/v3.1.0/asciinema-x86_64-unknown-linux-gnu +mv asciinema-x86_64-unknown-linux-gnu asciinema +chmod +x asciinema +sudo mv asciinema /usr/local/bin/ +hash -r +asciinema --version +``` + --- Block centered