From d660d0239ea5ea3a935ae4b1aa5e7e1ad098e301 Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Wed, 12 Apr 2023 14:53:26 -0600 Subject: [PATCH] add pull to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1754a4a..d912c2e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Alfalfa-BACnet-Bridge only requires [docker](https://www.docker.com/) ### Running the Bridge The following command will run the BACnet Alfalfa Bridge using the image from the github package. ```bash +# Pull latest image +docker pull ghcr.io/nrel/alfalfa-bacnet-bridge:latest +# Run Image docker run \ --detach \ -e ALFALFA_SITE= \