mirror of
https://github.com/certbot/certbot.git
synced 2026-04-24 23:56:58 -04:00
Fedora installation instructions.
This commit is contained in:
parent
9b4cff8cd6
commit
db6f9ecf86
1 changed files with 11 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ In general:
|
|||
* ``sudo`` is required as a suggested way of running privileged process
|
||||
* `swig`_ is required for compiling `m2crypto`_
|
||||
|
||||
.. _new-swig:
|
||||
.. note:: If your operating system uses SWIG 3.0.5+, you will need
|
||||
to run ``pip install -r requirements-swig-3.0.5.txt -r
|
||||
requirements.txt`` instead of the standard ``pip
|
||||
|
|
@ -71,6 +72,16 @@ Mac OSX
|
|||
sudo ./bootstrap/mac.sh
|
||||
|
||||
|
||||
Fedora
|
||||
------
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
sudo ./bootstrap/fedora.sh
|
||||
|
||||
.. note:: Fedora 22 uses SWIG 3.0.5+, use the :ref:`modified pip
|
||||
command for installation <new-swig>`.
|
||||
|
||||
Centos 7
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue