partially revert #5953 (#5964)

This commit is contained in:
Brad Warren
2018-05-14 08:08:24 -07:00
committed by GitHub
parent 68359086ff
commit cce23c86c7
+5 -4
View File
@@ -28,10 +28,11 @@ running:
git clone https://github.com/certbot/certbot
Next you need to install dependencies and set up a virtual environment where
you can run Certbot. We recommend you do this using the commands below,
however, you can alternatively skip the rest of this section and :ref:`run
Certbot in Docker <docker-dev>`.
If you're on macOS, we recommend you skip the rest of this section and instead
run Certbot in Docker. You can find instructions for how to do this :ref:`here
<docker-dev>`. If you're running on Linux, you can run the following commands to
install dependencies and set up a virtual environment where you can run
Certbot.
.. code-block:: shell