From: luxh Date: Sat, 5 Mar 2011 14:01:22 +0000 (-0800) Subject: Improve wording. X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/dc35f7884217ad12b5d0e9fff309354f9eb13c22 Improve wording. --- diff --git a/docs/howtos/HowToPkgsrc.mdwn b/docs/howtos/HowToPkgsrc.mdwn index 8dcdee47..f11ff7a0 100644 --- a/docs/howtos/HowToPkgsrc.mdwn +++ b/docs/howtos/HowToPkgsrc.mdwn @@ -67,7 +67,7 @@ Audit-packages will automatically check all installed applications for known vul The basic pkgsrc tools are provided with every DragonFly system as part of installation. However, you still need to download the pkgsrc tree for building applications with these tools. -As root: +This downloads the latest stable version of the pkgsrc tree. As root: # cd /usr # make pkgsrc-create @@ -81,11 +81,9 @@ to update. Edit GITHOST in /usr/Makefile to select a different download location, if desired. -This downloads the latest stable version of pkgsrc. - ### Tracking the stable branch -There are quarterly releases of pkgsrc that are specifically designed for stability. You should in general follow these, rather than bleeding edge pkgsrc. When a new branch is out you need to set up a local branch tracking that one. 'make pkgsrc-update' will not do this for you. +There are quarterly releases of pkgsrc that are specifically designed for stability. You should in general follow these, rather than the bleeding edge pkgsrc. When a new branch is out you need to set up a local branch tracking that one. 'make pkgsrc-update' will not do this for you. To see the available remote branches: