From bfadd3fdc915ebc5039ae889c0fb9c8af7a3242f Mon Sep 17 00:00:00 2001 From: "Justin Singh-M. - NOAA" Date: Tue, 5 Sep 2023 06:44:15 -0700 Subject: [PATCH] docs: clarify example command in INSTALL.md Co-authored-by: Matt Williamson <87771120+mattw-nws@users.noreply.github.com> --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 2527e9b18f..4ac44221c5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -98,7 +98,7 @@ cmake --build build --target ngen -- -j 2 **Running the Model:** ```shell -./build/ngen data/catchment_data.geojson "" data/nexus_data.geojson "" data/example_realization_config.json +./build/ngen data/catchment_data.geojson all data/nexus_data.geojson all data/example_realization_config.json ``` ---