mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Update two text blocks to use the console tag instead of the bash tag for formatting.
This commit is contained in:
parent
5da4f0a99f
commit
c6f2adb6ab
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
|
can create and configure the Python virtual environment with these
|
||||||
commands:
|
commands:
|
||||||
|
|
||||||
```bash
|
```console
|
||||||
cd skeleton-generic
|
cd skeleton-generic
|
||||||
pyenv virtualenv <python_version_to_use> skeleton-generic
|
pyenv virtualenv <python_version_to_use> skeleton-generic
|
||||||
pyenv local 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:
|
Now setting up pre-commit is as simple as:
|
||||||
|
|
||||||
```bash
|
```console
|
||||||
pre-commit install
|
pre-commit install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue