diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -30,7 +30,7 @@ Similarly, to get help for the `commit` command, run the following command: commit --help -A virtual environment is created automatically when you run the `setup.py` script. If you ran the script successfully, you can skip the next step and go ahead and activate the virtual environment: +A virtual environment is created automatically when you run the `setup.py` script. If you ran the script successfully, you should go ahead and activate the virtual environment: source .venv/bin/activate @@ -147,4 +147,7 @@ The maintainers in the `maintainers.yml` file are listed in the following format > **Note**: Please do not edit the `README.md` file directly. Instead, edit the `maintainers.yml` file and run the `commit.sh` script to generate the `README.md` file. -<!-- maintainers -->
- [Bobby](luciferreeves) - [https://thatcomputerscientist.com](https://thatcomputerscientist.com)

\ No newline at end of file +<!-- maintainers --> +- [Bobby](luciferreeves) - [https://thatcomputerscientist.com](https://thatcomputerscientist.com) + + |
