diff --git a/README.md b/README.md index e42f4c4..9ba9842 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ You can run this yourself to host your own instance, or contribute to the offici ```bash docker build -t trafficcue-server . ``` + or pull the prebuilt image (recommended): + ```bash + docker pull git.picoscratch.de/trafficcue/trafficcue-server:latest + ``` 2. Run the Docker container with the required environment variables: ```bash docker run -d \