Minor wordsmithing in the Introduction To Ports And Packages section to
try to clarify which is which.
This commit is contained in:
parent
57656c33ef
commit
f78e2a27a7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25688
1 changed files with 5 additions and 4 deletions
|
@ -17,8 +17,9 @@
|
|||
do before needing to install an additional third-party
|
||||
application to get real work done. FreeBSD provides two
|
||||
complementary technologies for installing third party software
|
||||
on your system: the FreeBSD Ports Collection, and binary
|
||||
software packages. Either system may be used to install the
|
||||
on your system: the FreeBSD Ports Collection (for installing from
|
||||
source), and packages (for installing from pre-built binaries).
|
||||
Either method may be used to install the
|
||||
newest version of your favorite applications from local media or
|
||||
straight off the network.</para>
|
||||
|
||||
|
@ -29,7 +30,7 @@
|
|||
<para>How to install third-party binary software packages.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>How to build third-party software from the ports
|
||||
<para>How to build third-party software from source by using the ports
|
||||
collection.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -43,7 +44,7 @@
|
|||
<para>How to find the appropriate software package.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>How to upgrade your ports.</para>
|
||||
<para>How to upgrade your applications.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue