1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Move install warns to section bottom

This commit is contained in:
Jakub Warmuz
2015-10-24 13:24:44 +00:00
parent b021b28bca
commit 0fb8cb5074

View File

@@ -35,6 +35,12 @@ To install and run the client you just need to type:
``letsencrypt``. ``letsencrypt-auto`` is a wrapper which installs virtualized
dependencies and provides automated updates during the beta program)
The ``letsencrypt`` commandline tool has a builtin help:
.. code-block:: shell
./letsencrypt-auto --help
.. warning:: Please do **not** use ``python setup.py install`` or
``python pip install .``. Please do **not** attempt the
installation commands as superuser/root and/or without virtual
@@ -43,12 +49,6 @@ dependencies and provides automated updates during the beta program)
corrupt your operating system and are **not supported** by the
Let's Encrypt team!
The ``letsencrypt`` commandline tool has a builtin help:
.. code-block:: shell
./letsencrypt-auto --help
Configuration file
------------------