From d5ba893f7a9a5c487dbd14ce7cb010a9ca831b0f Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 29 Jul 2021 16:14:38 -0500
Subject: [PATCH] 	modified:   README.md

---
 README.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/README.md b/README.md
index 22e7654a..c957880e 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,34 @@ Reconstruction Benchmarks for the EIC
 
 [![pipeline status](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/badges/master/pipeline.svg)](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/commits/master)
 
+
+## Running Locally
+
+### Local development example
+
+Here we setup to use our local build of the `juggler` library.
+First set some environment variables.
+```
+export JUGGLER_INSTALL_PREFIX=$HOME/stow/juggler
+export JUGGLER_DETECTOR=athena   # athena is the default
+export BEAMLINE_CONFIG=ip6       # ip6 is the default
+```
+
+
+```
+git@eicweb.phy.anl.gov:EIC/benchmarks/reconstruction_benchmarks.git && cd reconstruction_benchmarks
+git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
+source setup/bin/env.sh && ./setup/bin/install_common.sh
+source .local/bin/env.sh && build_detector.sh
+mkdir_local_data_link sim_output
+mkdir -p results
+mkdir -p config
+
+```
+
+
+
+
 ## Benchmarks
 
 ### Clustering
-- 
GitLab