Skip to content

Commit

Permalink
Merge pull request certbot#1111 from kuba/bugs/1044
Browse files Browse the repository at this point in the history
Revert old install warning (fixes certbot#1044)
  • Loading branch information
bmw committed Oct 24, 2015
2 parents 21f779b + 0fb8cb5 commit 8754134
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------
Expand Down

0 comments on commit 8754134

Please sign in to comment.