We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d897a commit a282d36Copy full SHA for a282d36
README.md
@@ -22,10 +22,14 @@ npm install -g tldr
22
In any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
23
24
```bash
25
-sudo snap install tldr --edge
+sudo snap install tldr
26
```
27
28
-(Note that this is an experimental and unstable release, at the moment)
+If you want to help testing the latest changes, and get the newer features earlier, you can install the snap from the edge channel:
29
+
30
+```bash
31
+sudo snap install tldr --edge
32
+```
33
34
## Usage
35
0 commit comments