From 56de169ad5691a9d8292c70d11e26adc0028b71a Mon Sep 17 00:00:00 2001 From: ZENODE Date: Thu, 18 Jan 2024 12:51:27 +0100 Subject: [PATCH] Update README.md --- setup/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/README.md b/setup/README.md index 77b3ad3890..22fd20c1fc 100644 --- a/setup/README.md +++ b/setup/README.md @@ -11,6 +11,9 @@ This script installs all the dependencies (and system configurations) that are necessary for the binary to run. Since this file already gets called from within the other scripts, it is not required to call this yourself. +> [!WARNING] +> Running this script has to be done with `bash`, as the sourcing of the _~/.bashrc_-file may lead to implications if it's run with `sh`. + ## quick-node-setup.sh > [!CAUTION]