Added install instruction for Gentoo.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-07-22 03:10:29 +02:00
parent 1cca2b7406
commit bb08020611
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,20 @@ necessary.
## Install
### Gentoo
Add my [repository](https://schlomp.space/tastytea/overlay) and install it from
there.
``` shell
eselect repository enable tastytea
echo "dev-cpp/xdgcfg" >> /etc/portage/package.accept_keywords/xdgcfg
emaint sync -r tastytea
emerge -a dev-cpp/xdgcfg
```
### From source
Copy `xdgcfg.hpp` into a folder where your project can find it.
``` shell