mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Mention that we're talking about Unix OSes
This commit is contained in:
parent
1abca6f195
commit
2d211c7aef
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
|
@ -23,11 +23,11 @@ configuring webservers to use them.
|
|||
Installation
|
||||
------------
|
||||
|
||||
If ``letsencrypt`` is packaged for your OS, you can install it from there, and
|
||||
run it by typing ``letsencrypt``. Because not all operating systems have
|
||||
packages yet, we provide a temporary solution via the ``letsencrypt-auto``
|
||||
wrapper script, which obtains some dependencies from your OS and puts others
|
||||
in a python virtual environment::
|
||||
If ``letsencrypt`` is packaged for your Unix OS, you can install it from
|
||||
there, and run it by typing ``letsencrypt``. Because not all operating
|
||||
systems have packages yet, we provide a temporary solution via the
|
||||
``letsencrypt-auto`` wrapper script, which obtains some dependencies
|
||||
from your OS and puts others in a python virtual environment::
|
||||
|
||||
user@webserver:~$ git clone https://github.com/letsencrypt/letsencrypt
|
||||
user@webserver:~$ cd letsencrypt
|
||||
|
|
|
|||
Loading…
Reference in a new issue