commit 39893166ad0696844644694886e45e8dee6c7aab
parent b9339673e82cd0c6c58ab02f01e860ce76718ad8
Author: mayfrost <mayfrost@cock.li>
Date: Mon, 26 Feb 2018 22:06:05 +0000
Update INITIATION.md
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/INITIATION.md b/INITIATION.md
@@ -271,18 +271,18 @@ And done.
* Uncomment line "_prtdir /usr/ports/contrib_"
### ADD EXTERNAL REPOS
-* download httpup/rsync file and pub file
+* Download httpup/rsync file and pub file
`cd /etc/ports/`
`wget -c <URL>`
* Add repo location to "_/etc/prt-get.conf_" (order sets precedence)
`nano /etc/prt-get.conf`
-* Add "_prtdir /usr/ports/\<REPO>_"
+* Add line "_prtdir /usr/ports/\<REPO>_"
* Populate repo
`ports -u <REPO>`
* Enable pre-/post-install scripts in "_/etc/prt-get.conf_" (usually safe to run repeatedly, usually used to rebuild caches and add system users when installing certain software)
`nano /etc/prt-get.conf`
-* uncomment line "_runscripts yes_"
+* Uncomment line "_runscripts yes_"
* Ignore footprint mismatches due to new files (usually not a bad thing)
`nano /etc/pkgmk.conf`