mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
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.)
This commit is contained in:
@@ -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``.
|
||||
|
||||
Reference in New Issue
Block a user