Update INITIATION.md

This commit is contained in:
mayfrost 2018-02-26 17:04:58 +00:00 committed by GitHub
parent 147d5e767e
commit b8d26a0ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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