Merge pull request #356 from konimex/master
Changed installation instruction for Gentoo/Funtoo
This commit is contained in:
commit
3d903a5bad
12
README.md
12
README.md
|
@ -178,17 +178,9 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
|
|||
|
||||
### Gentoo / Funtoo
|
||||
|
||||
1. Add the 3rd party repo
|
||||
- `# wget -O /etc/portage/repos.conf/konimex.conf https://git.io/vocNV`
|
||||
2. Sync the repo
|
||||
- `# emerge --sync konimex`
|
||||
3. To enable additional features such as w3m and music support, enable the appropriate USE flags. For example:
|
||||
- `# echo "app-misc/neofetch X -moc" >> /etc/portage/package.use`
|
||||
4. Install the package
|
||||
- `# emerge -a app-misc/neofetch`
|
||||
|
||||
To install the git version, just add `app-misc/neofetch ~<your architecture>` to `package.accept_keywords`
|
||||
You can install `app-misc/neofetch` from Gentoo/Funtoo's official repositories.
|
||||
|
||||
To install the git version of neofetch, use `=app-misc/neofetch-9999` instead.
|
||||
|
||||
### CRUX
|
||||
|
||||
|
|
Reference in New Issue