diff --git a/README.md b/README.md index 6323e15..781f72b 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,21 @@ Open terminal on your pi or establish a ssh connection to your Pi: > **⚠️ Warning: executing scripts from the internet without checking is bad. This is only done to get things done fast. In any doubts you can perform the [Manual setup](#manual-setup) and execute all commands step-by-step to understand what's going on.** -- download and excecute setup script (you will be prompted to confirm certain steps beforehand anyway) +Download and execute the `luniebox.sh` script to go trough an interactive setup process. You can also pass the `-a` argument to skip any prompts. Use the `-h` argument for detailed parameter to configure automatic setup directly. - ``` - bash <(curl -s https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh) - ``` +- download and excecute setup script from web + + - interactive + + ``` + bash <(curl -s https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh) + ``` + + - full automatic + + ``` + bash <(curl -s https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh) -a + ``` - Alternative first download script, take a look and then execute @@ -76,10 +86,20 @@ Open terminal on your pi or establish a ssh connection to your Pi: curl https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh -o luniebox.sh chmod +x luniebox.sh - - ./luniebox.sh ``` + - interactive + + ``` + ./luniebox.sh + ``` + + - full automatic + + ``` + ./luniebox.sh -a + ``` + ### Manual setup #### Software setup