From 1dbff2c4278460d0aa5481eeed979c01b97d0bd4 Mon Sep 17 00:00:00 2001 From: Kevin Donahue Date: Sat, 15 Jun 2024 20:57:39 -0400 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90a5671..f8533bf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ closer to the stars. application for predictive sky brightness over discretized ## getting started +this will spin up the process of the prediction producer container repeatedly asking the api server for sky brightness +measurements across all [resolution 0 h3 cells](https://h3geo.org/docs/core-library/restable/). + ```shell docker-compose up --build ```