mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Fix paths in contributing.rst
This commit is contained in:
parent
a287b504a5
commit
bccb2124bc
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ once:
|
|||
|
||||
git clone https://github.com/letsencrypt/letsencrypt
|
||||
cd letsencrypt
|
||||
./letsencrypt-auto/letsencrypt-auto --os-packages-only
|
||||
./letsencrypt-auto-source/letsencrypt-auto --os-packages-only
|
||||
./bootstrap/dev/venv.sh
|
||||
|
||||
Then in each shell where you're working on the client, do:
|
||||
|
|
@ -369,7 +369,7 @@ OS-level dependencies can be installed like so:
|
|||
|
||||
.. code-block:: shell
|
||||
|
||||
letsencrypt-auto/letsencrypt-auto --os-packages-only
|
||||
letsencrypt-auto-source/letsencrypt-auto --os-packages-only
|
||||
|
||||
In general...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue