Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSt-Ranger <St-Ranger@users.noreply.github.com>2017-04-04 07:45:48 +0300
committerGitHub <noreply@github.com>2017-04-04 07:45:48 +0300
commit4c36d8081ef6e752ca1eecbd18fdb39054c054c2 (patch)
treebf430dcefe1ab5344732256b3c05b29a00f0879f /docs
parente194e0dd5f3fdde78c0342df4b09c7a982249d56 (diff)
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.)
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst8
1 files 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``.