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