Skip to content

Commit 7a1b152

Browse files
committed
docs(README): finalize snap installation docs for linux
1 parent cd2fa2f commit 7a1b152

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,21 @@ cargo install -f t-rec
4343
**NOTE** `-f` just makes sure the latest version is installed
4444

4545
## Installation on Linux
46+
### as snap
47+
48+
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/t-rec)
49+
50+
- installation [for Linux Mint](https://snapcraft.io/install/t-rec/mint)
51+
- installation [for Arch Linux](https://snapcraft.io/install/t-rec/arch)
52+
53+
*TL;DR:*
54+
```sh
55+
sudo snap install t-rec --classic
56+
/snap/bin/t-rec --version
57+
t-rec 0.4.3
58+
```
59+
60+
### with cargo
4661
```sh
4762
sudo apt-get install libx11-dev imagemagick
4863
cargo install -f t-rec
@@ -74,7 +89,7 @@ t-rec /bin/sh
7489

7590
```sh
7691
t-rec --help
77-
t-rec 0.4.1
92+
t-rec 0.4.3
7893
Sven Assmann <sven.assmann.it@gmail.com>
7994
Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
8095

@@ -87,6 +102,7 @@ FLAGS:
87102
'WINDOWID' to record this specific window only.
88103
-n, --natural If you want a very natural typing experience and disable the idle detection and sampling
89104
optimization.
105+
-q, --quiet Quiet mode, suppresses the banner: 'Press Ctrl+D to end recording'
90106
-V, --version Prints version information
91107
-v, --verbose Enable verbose insights for the curious.
92108

0 commit comments

Comments
 (0)