Commit 42863b8f authored by Tudor's avatar Tudor

readme: updated installation instructions for CRUX

parent 87483e06
......@@ -156,7 +156,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
- `echo "x11-apps/neofetch" >> /etc/portage/package.use`
4. Install the package
- `emerge -a x11-apps/neofetch`
There is also a git version available: `emerge --autounmask-write =x11-apps/neofetch-9999`
......@@ -168,9 +168,20 @@ There is also a git version available: `emerge --autounmask-write =x11-apps/neof
- `sudo wget -O /etc/ports/tudurom.git https://git.io/vV46y`
3. Sync the repos
- `sudo ports -u`
4. Install the package
4. Add the repo to /etc/prt-get.conf with your text editor of choice
- `prtdir /usr/ports/tudurom`
5. Install the package
- `sudo prt-get depinst neofetch`
Or alternatively use the [port](https://github.com/tudurom/crux-ports/blob/master/neofetch/Pkgfile):
1. Download port
- `wget -O ~/work/neofetch/Pkgfile https://raw.githubusercontent.com/tudurom/crux-ports/master/neofetch/Pkgfile`
2. Build the package
- `fakeroot pkgmk -d`
3. Install the package
- `sudo pkgadd neofetch#git-*.pkg.tar.gz`
### Debian / Ubuntu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment