We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7568a commit 400e9f2Copy full SHA for 400e9f2
README.md
@@ -8,4 +8,6 @@
8
1. Check the configuration in `docker-compose.yml` for your postgres database settings and docker images
9
1. To run RStudio and Postgres together, run `docker-compose up -d`
10
1. Connect to RStudio in a browser using `localhost:8787`
11
-1. Test your database by running `postgres.R`
+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