Merge pull request #593 from slgobinath/archisman-panigrahi-readme-update

Update installation section in README
This commit is contained in:
Archisman Panigrahi 2024-06-29 08:37:43 -04:00 committed by GitHub
commit 05b8b20dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -35,10 +35,19 @@ optional arguments:
## Installation guide
Safe Eyes is available in Ubuntu PPA, Arch AUR, Gentoo and Python PyPI. You can choose any installation source and install on any Linux system with Python 3.
Safe Eyes is available on the official repositories of many popular the distributions.
[![Packaging status](https://repology.org/badge/vertical-allrepos/safeeyes.svg)](https://repology.org/project/safeeyes/versions)
It is also available in Ubuntu PPA, Arch AUR, Gentoo and Python PyPI. You can choose any installation source and install on any Linux system with Python 3.
### Ubuntu, Linux Mint and other Ubuntu Derivatives
The official Safe Eyes PPA hosts the latest version of safeeyes for Ubuntu 22.04 and above. On older versions of Ubuntu, an older version of Safe Eyes is available on the official repositories.
```bash
sudo add-apt-repository ppa:safeeyes-team/safeeyes
sudo apt update