mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
add documentation tell users to enable EPEL
This commit is contained in:
parent
1f6851d417
commit
971b34f342
2 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ $tool install -y \
|
|||
python \
|
||||
python-devel \
|
||||
python-virtualenv \
|
||||
python-devel \
|
||||
gcc \
|
||||
dialog \
|
||||
augeas-libs \
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@ To install and run the client you just need to type:
|
|||
|
||||
./letsencrypt-auto
|
||||
|
||||
.. note:: On RedHat/CentOS 6 you will need to enable the EPEL_
|
||||
repository before install.
|
||||
|
||||
.. _EPEL: http://fedoraproject.org/wiki/EPEL
|
||||
|
||||
Throughout the documentation, whenever you see references to
|
||||
``letsencrypt`` script/binary, you can substitute in
|
||||
``letsencrypt-auto``. For example, to get the help you would type:
|
||||
|
|
|
|||
Loading…
Reference in a new issue