Skip to content

Commit 807d959

Browse files
authored
chore: readme instructions for Ubuntu 22.04.6 LTS (#211)
1 parent 3fb75f0 commit 807d959

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ Simply install the .dmg.
3232

3333
Note that you may have to allow the app for installation and first open under `Settings > Privacy & Security > Security` (you should see a dialog asking for permission.)
3434

35+
#### Ubuntu 22.04.6 LTS
36+
##### Install dependencies
37+
```bash
38+
sudo apt install libayatana-indicator3-7 libayatana-appindicator3-1
39+
```
40+
##### Install rquickshare
41+
```bash
42+
sudo dpkg -i r-quick-share_${VERSION}.deb
43+
```
44+
3545
#### Debian
3646

3747
```bash

0 commit comments

Comments
 (0)