From 2e0bfd7577518aab0b8e794c948e59ae72f8559a Mon Sep 17 00:00:00 2001 From: ZacharyWills <60660437+ZacharyWills@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:29:44 -0600 Subject: [PATCH] Update README.md to include --info usage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3257dfa05f..63f261a0c6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ See [INSTALL](INSTALL.md). ## Configuration -If the software is configurable, describe it in detail, either here or in other documentation to which you link. +To view the compile-time configuration of an pre-compiled NextGen binary use the `--info` arguement, as in `./ngen --info`. +for more info see: https://github.com/NOAA-OWP/ngen/pull/679 ## Usage