Skip to content

Commit 535f967

Browse files
committed
docs: add Snap Store badge to README and release notes
1 parent 35553b1 commit 535f967

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,9 @@ jobs:
996996
```
997997
998998
#### Linux (Snap Store - Recommended)
999+
1000+
[![Get it from the Snap Store](https://snapcraft.io/en/dark/install.svg)](https://snapcraft.io/slashsum)
1001+
9991002
```bash
10001003
sudo snap install slashsum
10011004
sudo snap connect slashsum:home

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535

3636
## 🚀 Quick Start
3737

38+
<a href="https://snapcraft.io/slashsum">
39+
<img alt="Get it from the Snap Store" src="https://snapcraft.io/en/dark/install.svg" />
40+
</a>
41+
3842
```bash
3943
# Linux (Snap Store - recommended)
4044
sudo snap install slashsum
@@ -82,6 +86,10 @@ slashsum myfile.iso --save
8286

8387
### Option 1: Linux (Snap Store) - Recommended ⭐
8488

89+
<a href="https://snapcraft.io/slashsum">
90+
<img alt="Get it from the Snap Store" src="https://snapcraft.io/en/dark/install.svg" />
91+
</a>
92+
8593
```bash
8694
sudo snap install slashsum
8795
```
3.47 KB
Loading

0 commit comments

Comments
 (0)