We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b61926 commit cdcf071Copy full SHA for cdcf071
1 file changed
CONTRIBUTING.md
@@ -99,6 +99,13 @@ Thank you! We'll try to respond as quickly as possible.
99
! echo 'CREATE DATABASE diesel_test;' | docker exec -i diesel.postgres psql -U postgres
100
do :; done
101
```
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
109
5. Now, try running the test suite to confirm everything works for you locally
110
by executing `bin/test`. (Initially, this will take a while to compile
111
everything.)
0 commit comments