From 1b7dd578746e720f1c05c93c402f013e98aa28ac Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 30 May 2020 14:02:03 -0400 Subject: [PATCH] README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8073a4e..6c639e6 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,8 @@ In order to install without interaction some environment variables need to be pr ## Environment Variables See the environment variables needed in `./scripts/noninteractive/.install_barebones` -## Install +## Example Noninteractive Install +This will perform a noninteractive install with the default environment variables set in `.install_barebones`. ``` git clone https://gitlab.com/cyber5k/mistborn.git sudo bash -c "source ./mistborn/scripts/noninteractive/.install_barebones && ./mistborn/scripts/install.sh"