1
0
Fork 0
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:
Nick M 2019-06-20 15:57:12 -04:00 committed by GitHub
commit c449be113d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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