Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbmw <bmw@users.noreply.github.com>2015-10-24 20:29:48 +0300
committerbmw <bmw@users.noreply.github.com>2015-10-24 20:29:48 +0300
commit875413492a0b65d16c165ec7fe014e35836b7c16 (patch)
tree6f6777b7edccf613551eadf4abfb50ddfd5f5596
parent21f779b27d0909eb1f796d9de7113301b78d930a (diff)
parent0fb8cb5074c8ab0fef510f97402ce20ea68fd142 (diff)
Merge pull request #1111 from kuba/bugs/1044
Revert old install warning (fixes #1044)
-rw-r--r--docs/using.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/using.rst b/docs/using.rst
index 9ac745c61..883efc78c 100644
--- a/docs/using.rst
+++ b/docs/using.rst
@@ -35,16 +35,20 @@ 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)
-.. warning:: Please do **not** use ``python setup.py install`` or ``sudo pip install`.
- Those mode of operation might corrupt your operating system and is
- **not supported** by the Let's Encrypt team!
-
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
+ environment, e.g. ``sudo python setup.py install``, ``sudo pip
+ install``, ``sudo ./venv/bin/...``. These modes of operation might
+ corrupt your operating system and are **not supported** by the
+ Let's Encrypt team!
+
Configuration file
------------------