Merge pull request #15 from cisagov/update_contributing_text_blocks

Update two text blocks to use the console tag instead of the bash tag…
pull/113/head
Nick M 5 years ago committed by GitHub
commit c449be113d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CONTRIBUTING.md

@ -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…
Cancel
Save