mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Fix README.md ordered list
This commit is contained in:
parent
10707868db
commit
b901a84f2b
1 changed files with 2 additions and 2 deletions
|
|
@ -22,9 +22,9 @@ conf layout.
|
|||
|
||||
## Hacking
|
||||
|
||||
#. Bootstrap: `./venv/bin/python setup.py dev`
|
||||
1. Bootstrap: `./venv/bin/python setup.py dev`
|
||||
|
||||
#. Test code base: `./venv/bin/tox`
|
||||
2. Test code base: `./venv/bin/tox`
|
||||
|
||||
## Command line usage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue