From 035e5b93ea2ef12f1738c172915b8256bfb504e6 Mon Sep 17 00:00:00 2001 From: St-Ranger Date: Tue, 4 Apr 2017 00:41:55 -0500 Subject: [PATCH] Futher improvement re: FreeBSD packages Further improved the previous change to make it more clear. --- docs/contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 4012895b8..f3879f53f 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -427,11 +427,11 @@ For squeeze you will need to: FreeBSD ------- -The package can be installed FreeBSD using ``pkg`` (e.g. ``pkg install py27-certbot``), +Packages can be installed FreeBSD using ``pkg``, or any other port-management tool (``portupgrade``, ``portmanager``, etc.) -from the pre-compiled package or can be built and installed from ports. +from the pre-built package or can be built and installed from ports. Either way will ensure proper installation of all the dependencies required -to run ``certbot``. +for the package. FreeBSD by default uses ``tcsh``. In order to activate virtualenv (see above), you will need a compatible shell, e.g. ``pkg install bash &&