1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2025-01-13 02:12:46 +01:00

Update README.md

This commit is contained in:
Archisman Panigrahi 2024-08-01 13:51:11 -04:00 committed by GitHub
parent a1d2c7a4ba
commit 48dae1e8e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,14 +48,18 @@ It is also available in Ubuntu PPA, Arch AUR, Gentoo and Python PyPI. You can ch
### Ubuntu, Linux Mint and other Ubuntu Derivatives
The [Official PPA for Safe Eyes](https://launchpad.net/~safeeyes-team/+archive/ubuntu/safeeyes) 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.
The [Official PPA for Safe Eyes](https://launchpad.net/~safeeyes-team/+archive/ubuntu/safeeyes) hosts the latest version of safeeyes **for Ubuntu 22.04 and above**.
```bash
sudo add-apt-repository ppa:safeeyes-team/safeeyes
sudo apt update
sudo apt install safeeyes
```
On older versions of Ubuntu, an older version of Safe Eyes is available on the official repositories.
```bash
sudo apt install safeeyes
```
### Arch
```bash