1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(INSTALL.md): update (simplify) instructions for Gentoo

Since now ebuild is in the main Gentoo repo.
This commit is contained in:
Zetok Zalbavar 2016-03-21 21:33:51 +00:00
parent d1446ae56f
commit 4c63c08184
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -83,15 +83,10 @@ pacman -S qtox
<a name="gentoo-easy" /> <a name="gentoo-easy" />
#### Gentoo #### Gentoo
qTox ebuild is available in ``tox-overlay``. To add it and install qTox you will need to have installed ``layman``: qTox is available in Gentoo.
```bash
emerge layman
```
After that, add overlay and install qTox: To install:
```bash ```bash
layman -f
layman -a tox-overlay
emerge qtox emerge qtox
``` ```