Installtion von CLI 3.1.0 im readme ergänzt
This commit is contained in:
11
README.md
11
README.md
@@ -38,5 +38,16 @@ tset
|
|||||||
### Lizenz
|
### Lizenz
|
||||||
Dieses Skript steht unter der [MIT-Lizenz](https://opensource.org/license/MIT/).
|
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
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
<img src="https://dl.retronerd.at/Bilder/cat.png" alt="Block centered" style="display: block; margin: 0 auto;">
|
<img src="https://dl.retronerd.at/Bilder/cat.png" alt="Block centered" style="display: block; margin: 0 auto;">
|
||||||
|
|||||||
Reference in New Issue
Block a user