mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Nit: character upper case fixes.
This commit is contained in:
parent
2c96ea68b8
commit
d585b44680
1 changed files with 5 additions and 5 deletions
|
|
@ -30,14 +30,14 @@ are provided mainly for the :ref:`developers <hacking>` reference.
|
|||
In general:
|
||||
|
||||
* ``sudo`` is required as a suggested way of running privileged process
|
||||
* `swig`_ is required for compiling `m2crypto`_
|
||||
* `SWIG`_ is required for compiling `M2Crypto`_
|
||||
|
||||
.. 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
|
||||
install -r requirements.txt``.
|
||||
|
||||
* `augeas`_ is required for the ``python-augeas`` bindings
|
||||
* `Augeas`_ is required for the Python bindings
|
||||
|
||||
|
||||
Ubuntu
|
||||
|
|
@ -90,6 +90,6 @@ The letsencrypt commandline tool has a builtin help:
|
|||
./venv/bin/letsencrypt --help
|
||||
|
||||
|
||||
.. _augeas: http://augeas.net/
|
||||
.. _m2crypto: https://github.com/M2Crypto/M2Crypto
|
||||
.. _swig: http://www.swig.org/
|
||||
.. _Augeas: http://augeas.net/
|
||||
.. _M2Crypto: https://github.com/M2Crypto/M2Crypto
|
||||
.. _SWIG: http://www.swig.org/
|
||||
|
|
|
|||
Loading…
Reference in a new issue