From c2674fcb1bf240d3a26135c4cd42c87be72c5758 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Mon, 15 Mar 2021 22:52:00 -0400 Subject: [PATCH] Update README: Add Docker Hub repo --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d97af..e1e4141 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,14 @@ You can now continue to either the **Running with Cron** or **Running with Super First, [ensure that you have Docker running and installed](https://docs.docker.com/get-started/#download-and-install-docker). -To build and launch the project: +To download and run the `jwoglom/tconnectsync` prebuilt Docker image from [Docker Hub](https://hub.docker.com/r/jwoglom/tconnectsync): + +```bash +$ docker pull jwoglom/tconnectsync:latest +$ docker run tconnectsync --help +``` + +To instead build the image locally and launch the project: ```bash $ git clone https://github.com/jwoglom/tconnectsync