diff --git a/README.md b/README.md index 2845020d..8ed08f02 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ Final Steps: - `pipenv run python manage.py migrate` - `pipenv run python manage.py runserver 8000` -Setting up precommit: +Making git blame [correct](https://github.com/pennlabs/penn-mobile/pull/287) (_optional_): +- `git config blame.ignoreRevsFile .git-blame-ignore-revs` + +Setting up precommit (_optional_): - `pipenv run pre-commit install` ## Creating Users @@ -47,4 +50,4 @@ In separate terminal windows, run the following commands: ## Exploring the API -- Expore the API via our [auto-generated documentation](https://pennmobile.org/api/documentation/)! This is a really good way to click around and discover stuff. \ No newline at end of file +- Expore the API via our [auto-generated documentation](https://pennmobile.org/api/documentation/)! This is a really good way to click around and discover stuff.