Skip to content

Commit

Permalink
chore: add DNF in README (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan authored Nov 4, 2024
1 parent 7a9c0e5 commit 3fb75f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ sudo dpkg -i r-quick-share_${VERSION}.deb
sudo rpm -i r-quick-share-${VERSION}.rpm
```

#### DNF (preferred over RPM)
```bash
sudo dnf install r-quick-share-${VERSION}.rpm
```

#### AppImage (no root required)

AppImage is a little different. There's no installation needed, you simply have to give it the executable permission (+x on a chmod) to run it.
Expand Down

0 comments on commit 3fb75f0

Please sign in to comment.