Skip to content

Commit 400e9f2

Browse files
committed
Updates readme
1 parent 7e7568a commit 400e9f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
1. Check the configuration in `docker-compose.yml` for your postgres database settings and docker images
99
1. To run RStudio and Postgres together, run `docker-compose up -d`
1010
1. Connect to RStudio in a browser using `localhost:8787`
11-
1. Test your database by running `postgres.R`
11+
1. Test your database by running `postgres.R`
12+
13+
As a short cut to run docker & open a browser for RStudio, run `docker-compose up -d; firefox localhost:8787`

0 commit comments

Comments
 (0)