From d61177a240fe16110d4c40ab2a260918a52e7d05 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 6 May 2021 09:43:56 +0200 Subject: [PATCH] Short documentation of skip option --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5296bc2..e45f03b 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,13 @@ You can combine the command line options given below. * Example: to use 2 build processes type ``./candi.sh -j 2``. * Be careful with this option! You need to have enough system memory (e.g. at least 8GB for 2 or more processes). +#### User interaction: ``[-y]``, ``[--yes]``, ``[--assume-yes]`` +```bash + ./candi.sh -y +``` + +With this option you skip the user interaction. This might be useful if you submit the installation to the queueing system of a cluster. + ### Configuration file options If you want to change the set of packages to be installed, -- 2.39.5