Update README.md
- Add externally packaged options
This commit is contained in:
parent
c774954914
commit
0b7c09d2dd
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -18,6 +18,22 @@ cd Discover
|
|||
python3 -m pip install .
|
||||
```
|
||||
|
||||
### Externally Packaged
|
||||
|
||||
Note that while we list links to other locations to download, the version provided is unknown and often untested by us. Report bugs in these implementations to their respective project, not here.
|
||||
|
||||
##### Arch AUR
|
||||
|
||||
[Stable](https://aur.archlinux.org/packages/discover-overlay/)
|
||||
[Latest](https://aur.archlinux.org/packages/discover-overlay-git/)
|
||||
|
||||
##### [Fedora](https://copr.fedorainfracloud.org/coprs/mavit/discover-overlay/)
|
||||
|
||||
```bash
|
||||
sudo yum copr enable mavit/discover-overlay
|
||||
sudo yum install discover-overlay
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
Most requirements should be handled by pip.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue