From 4c36d8081ef6e752ca1eecbd18fdb39054c054c2 Mon Sep 17 00:00:00 2001 From: St-Ranger Date: Mon, 3 Apr 2017 23:45:48 -0500 Subject: [PATCH] Correct info fro FreeBSD 1. Replace the outdated reference to "vritualenv", "see below" -> "see above". 2. Replace the awkward sentence (partially incorrect) about installing on FreeBSD. It can be installed via different ways: "pkg" is not exclusive. I am not aware of any reason why it canNOT be installed from ports. Some people prefer build and install everything from ports. (The previous version of the description implies that ports cannot be used.) --- docs/contributing.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 9c7f0636f..4012895b8 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -427,8 +427,12 @@ For squeeze you will need to: FreeBSD ------- -Package installation for FreeBSD uses ``pkg``, not ports. +The package can be installed FreeBSD using ``pkg`` (e.g. ``pkg install py27-certbot``), +or any other port-management tool (``portupgrade``, ``portmanager``, etc.) +from the pre-compiled package or can be built and installed from ports. +Either way will ensure proper installation of all the dependencies required +to run ``certbot``. FreeBSD by default uses ``tcsh``. In order to activate virtualenv (see -below), you will need a compatible shell, e.g. ``pkg install bash && +above), you will need a compatible shell, e.g. ``pkg install bash && bash``.