Skip to content

Commit

Permalink
Add installation instruction for openSUSE Tumbleweed, resolve #376 (#377
Browse files Browse the repository at this point in the history
)

* Add installation instruction for openSUSE Tumbleweed

* Remove dependencies that will be resolved by zypper
  • Loading branch information
Huy-Ngo committed Sep 30, 2020
1 parent 51d1b6c commit 2b0af6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ sudo pip3 install safeeyes
sudo gtk-update-icon-cache /usr/share/icons/hicolor
```

### OpenSUSE Tumbleweed

```bash
sudo zypper refresh
sudo zypper install safeeyes
```

### Other Linux & Run from source

Ensure to meet the following dependencies:
Expand Down

0 comments on commit 2b0af6e

Please sign in to comment.