mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Futher improvement re: FreeBSD packages
Further improved the previous change to make it more clear.
This commit is contained in:
parent
4c36d8081e
commit
035e5b93ea
1 changed files with 3 additions and 3 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue