diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-07-25 18:57:55 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-07-25 18:57:55 +0000 |
commit | 1e444b52f04561ed75298ad99f72468efa18ce89 (patch) | |
tree | 23f0ee7379303a97ded46780f2ec64094fd8099c | |
parent | 47b35d930e0213f176dfd187155c3a2c171f6c6c (diff) | |
download | doc-1e444b52f04561ed75298ad99f72468efa18ce89.tar.gz doc-1e444b52f04561ed75298ad99f72468efa18ce89.zip |
Upgrade ports intalling section
PR: 262373
Reviewed by: grahamperrin@, pauamma@
Approved by: gjb@
-rw-r--r-- | website/content/en/ports/installing.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/website/content/en/ports/installing.adoc b/website/content/en/ports/installing.adoc index b0a36d0322..ddc619e673 100644 --- a/website/content/en/ports/installing.adoc +++ b/website/content/en/ports/installing.adoc @@ -12,6 +12,7 @@ include::shared/en/urls.adoc[] ''''' -The FreeBSD installer programs allow the Ports Collection to be installed at the same time as the operating system. See link:https://www.FreeBSD.org/cgi/man.cgi?query=bsdinstall[`bsdinstall`] for more information. +The FreeBSD installer programs allow the Ports Collection to be installed at the same time as the operating system. +See link:{handbook}bsdinstall[installing FreeBSD]. -If the Ports Collection is not initially installed, it can be added with link:{handbook}ports/#ports-using[portsnap] or (if running FreeBSD {rel130-current} or {rel123-current}) or link:{handbook}mirrors/#git[Git] (if running FreeBSD-CURRENT). +If not initially installed, it can be added with link:{handbook}ports/#ports-using-portsnap-method[portsnap] or link:{handbook}ports/#ports-using-git-method[Git]. |