Skip to content

Commit cdcf071

Browse files
committed
Update CONTRIBUTING.md
1 parent 4b61926 commit cdcf071

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ Thank you! We'll try to respond as quickly as possible.
9999
! echo 'CREATE DATABASE diesel_test;' | docker exec -i diesel.postgres psql -U postgres
100100
do :; done
101101
```
102+
103+
If you want to use docker-compose, you can execute docker-compose command like this.
104+
105+
```bash
106+
$ docker-compose up
107+
```
108+
102109
5. Now, try running the test suite to confirm everything works for you locally
103110
by executing `bin/test`. (Initially, this will take a while to compile
104111
everything.)

0 commit comments

Comments
 (0)