update installation instructions for crux

This commit is contained in:
Tudor Roman 2016-09-30 22:36:55 +03:00
parent 0d3a0b6046
commit b005b7043d
1 changed files with 5 additions and 5 deletions

View File

@ -192,19 +192,19 @@ To install the git version, just add `app-misc/neofetch ~<your architecture>` to
1. Install git and the git ports(8) driver 1. Install git and the git ports(8) driver
- `sudo prt-get depinst git` - `sudo prt-get depinst git`
2. Add the 3rd party repo 2. Add the `6c36-git` repository
- `sudo wget -O /etc/ports/tudurom.git https://git.io/vV46y` - `sudo wget -O /etc/ports/6c37-git.git "https://raw.githubusercontent.com/6c37/cross/master/git-driver/6c37-git.git"`
3. Sync the repos 3. Sync the repos
- `sudo ports -u` - `sudo ports -u`
4. Add the repo to /etc/prt-get.conf with your text editor of choice 4. Add the repo to /etc/prt-get.conf with your text editor of choice
- `prtdir /usr/ports/tudurom` - `prtdir /usr/ports/6c37-git`
5. Install the package 5. Install the package
- `sudo prt-get depinst neofetch` - `sudo prt-get depinst neofetch`
Or alternatively use the [port](https://github.com/tudurom/crux-ports/blob/master/neofetch/Pkgfile): Or alternatively use the [port](https://raw.githubusercontent.com/6c37/crux-ports-git/3.2/neofetch/Pkgfile):
1. Download port 1. Download port
- `wget -O ~/work/neofetch/Pkgfile https://raw.githubusercontent.com/tudurom/crux-ports/master/neofetch/Pkgfile` - `wget -O ~/work/neofetch/Pkgfile "https://raw.githubusercontent.com/6c37/crux-ports-git/3.2/neofetch/Pkgfile"`
2. Build the package 2. Build the package
- `fakeroot pkgmk -d` - `fakeroot pkgmk -d`
3. Install the package 3. Install the package