Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 21fb43f

Browse files
committed
Update CONTRIBUTING.md
1 parent c47bbed commit 21fb43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If you want to go the usual route and run the project locally, though:
8787
- Install pre-commit hooks: `pipenv run pre-commit install`
8888
- Setup environment file: `cp example.env .env`
8989
- Install docker-compose: https://docs.docker.com/compose/install/
90-
- [Download latest database dump](docs/database-dump.md)
90+
- [Download latest database dump](docs/database-dump.md#using-latest-dump-for-development)
9191
- Build and start containers, including test container: `docker-compose up --build -d`
9292
- Create super user: `docker-compose exec web python manage.py createsuperuser`
9393
- open http://localhost:8000

0 commit comments

Comments
 (0)