mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Merge pull request #15 from cisagov/update_contributing_text_blocks
Update two text blocks to use the console tag instead of the bash tag…
This commit is contained in:
commit
c449be113d
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ Once `pyenv` and `pyenv-virtualenv` are installed on your system, you
|
|||
can create and configure the Python virtual environment with these
|
||||
commands:
|
||||
|
||||
```bash
|
||||
```console
|
||||
cd skeleton-generic
|
||||
pyenv virtualenv <python_version_to_use> skeleton-generic
|
||||
pyenv local skeleton-generic
|
||||
|
@ -88,7 +88,7 @@ pip install -r requirements-dev.txt
|
|||
|
||||
Now setting up pre-commit is as simple as:
|
||||
|
||||
```bash
|
||||
```console
|
||||
pre-commit install
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue