mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
docs: fix syntax error in plugin installation example
Partially addresses issue #4368.
This commit is contained in:
parent
af5fd4f6bd
commit
22248c1393
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ While developing, you can install your plugin into a Certbot development
|
|||
virtualenv like this:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
. venv/bin/activate
|
||||
. tests/integration/_common.sh
|
||||
pip install -e examples/plugins/
|
||||
|
|
|
|||
Loading…
Reference in a new issue