From 18c188cad7e4c479667fb264583a7d9a4224c69a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 26 Dec 2021 18:27:24 -0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5039ab6..5f644b6 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,20 @@ Run sh scripts/bootstrap.sh ``` +By default the script will run with whiptail (`libnewt`). + +However, the script can use both `dialog` and `whiptail` as a way to display dialog boxes, so if you want to use dialog you have to pass `-d` as a parameter, and if you want to use whiptail `-w`. + +For example, you can run + +```bash +sh scripts/bootstrap.sh -d +``` +to use dialog. + ## Dependencies -You must install dialog. +You must install `libnewt` or `dialog`. ## Contributing PRs are welcome.