1
0
Fork 0
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:
Nicholas McDonnell 2019-06-20 15:14:12 -04:00
parent 5da4f0a99f
commit c6f2adb6ab

View file

@ -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
``` ```