Skip to content

Commit a282d36

Browse files
Leo Ariasagnivade
authored andcommitted
Update the note about the experimental snap
1 parent 61d897a commit a282d36

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ npm install -g tldr
2222
In any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
2323

2424
```bash
25-
sudo snap install tldr --edge
25+
sudo snap install tldr
2626
```
2727

28-
(Note that this is an experimental and unstable release, at the moment)
28+
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+
```
2933

3034
## Usage
3135

0 commit comments

Comments
 (0)