mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b8d26a0ef92c55e8d46868e89b614694c11c30c5
parent 147d5e767ed0aceaf4c4873a46a859669aa8d238
Author: mayfrost <mayfrost@cock.li>
Date:   Mon, 26 Feb 2018 17:04:58 +0000

Update INITIATION.md
Diffstat:
MINITIATION.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/INITIATION.md b/INITIATION.md @@ -273,9 +273,9 @@ And done. `cd /etc/ports/` * download httpup/rsync file and pub file `wget -c <URL>` -* Add repo location to /etc/prt-get.conf (order sets precedence) +* Add repo location to "_/etc/prt-get.conf_" (order sets precedence) `nano /etc/prt-get.conf` -* Add "prtdir /usr/ports/<REPO>" +* Add "_prtdir /usr/ports/\<REPO>_" * Populate repo `ports -u <REPO>` @@ -289,7 +289,7 @@ And done. ### INSTALL XORG * Install a minimal set of xorg and xorg dependent tools one by one -prtget depinst xorg-server xorg-xf86-video-<DRIVER> xorg-font-<FONT> xkeyboard-config xorg-xinit +`prtget depinst xorg-server xorg-xf86-video-<DRIVER> xorg-font-<FONT> xkeyboard-config xorg-xinit` * Alternatively just install the metapackage "_xorg_" ## CRUX COMMANDS