From 9c54dcec57af36d1d53885a3d185aa8f879c3d10 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Tue, 28 Sep 2021 12:47:13 -0700 Subject: [PATCH] README.md: add some additional pointers on setup.sh help This calls attention to some of the more advanced features in setup.sh for users who may require them. Fixes issue #2179. Signed-off-by: Jim Harris Change-Id: I0a9d1e20257768da0796ceb0360377c948f0e166 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9676 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Aleksey Marchuk --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 93bf72243..cb3925870 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,13 @@ configuring 8192MB memory. sudo HUGEMEM=8192 scripts/setup.sh ~~~ +There are a lot of other environment variables that can be set to configure +setup.sh for advanced users. To see the full list, run: + +~~~{.sh} +scripts/setup.sh --help +~~~ + ## Example Code