mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Revert old install warning (fixes #1044)
This commit is contained in:
parent
2f050cacc1
commit
673d6b10b3
1 changed files with 7 additions and 3 deletions
|
|
@ -35,9 +35,13 @@ 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!
|
||||
.. warning:: Please do **not** use ``python setup.py install``. Please
|
||||
do **not** attempt the installation commands as
|
||||
superuser/root and/or without Virtualenv_, 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!
|
||||
|
||||
The ``letsencrypt`` commandline tool has a builtin help:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue