Skip to content

Commit 6f2be2c

Browse files
pietroalbiniJoshua Nelson
authored andcommitted
readme: add link to wiki page on developing outside of docker-compose
1 parent 7a3b53e commit 6f2be2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ cargo test
9191
Some tests require access to the database. To run them, set the
9292
`CRATESFYI_DATABASE_URL` to the url of a PostgreSQL database. You don't have to
9393
run the migrations on it or ensure it's empty, as all the tests use temporary
94-
tables to prevent conflicts with each other or existing data.
94+
tables to prevent conflicts with each other or existing data. See the [wiki
95+
page on developing outside docker-compose][wiki-no-compose] for more
96+
information on how to setup this environment.
97+
98+
[wiki-no-compose]: https://github.com/rust-lang/docs.rs/wiki/Developing-without-docker-compose
9599

96100
### Docker-Compose
97101

0 commit comments

Comments
 (0)