From 838324037b6451ca612271d2b53349e386f48be5 Mon Sep 17 00:00:00 2001 From: Benjamin Blankenmeister Date: Tue, 10 Dec 2024 17:52:26 -0500 Subject: [PATCH] update readme (#4532) * update readme * Update README.md * Update language * Further tweak --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4753802d86..c0de2c9810 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,13 @@ seqr consists of the following components: The seqr production instance runs on Google Kubernetes Engine (GKE) and data is loaded using Google Dataproc Spark clusters. -On-prem installs can be created using docker-compose: +On-prem installs using the elasticsearch backend can be created using docker-compose: **[Local installs using docker-compose](deploy/LOCAL_INSTALL.md)** +On-prem installs using the `hail` backend can be created using **[helm](deploy/LOCAL_INSTALL_HELM.md)** + +To help you decide which backend is best suited for your needs, please refer to the discussion post [announcing the `hail` backend](https://github.com/broadinstitute/seqr/discussions/4531). + To set up seqr for local development, see instructions **[here](deploy/LOCAL_DEVELOPMENT_INSTALL.md)** ## Updating / Migrating an older seqr Instance