From 293c0254da8dca734ff989384ce9cb9470d84954 Mon Sep 17 00:00:00 2001
From: ebert1 <ja.ebert@fz-juelich.de>
Date: Fri, 29 Oct 2021 12:47:14 +0200
Subject: [PATCH] Explicitly indicate how scripts should be ran

Could of course also use `./`, but then we may need to include `chmod
u+x` as well.
---
 readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index 635ca9c..0e11440 100644
--- a/readme.md
+++ b/readme.md
@@ -50,5 +50,5 @@ by Jupyter and a helper script in the virtual environment folder.
 2. Edit `modules.sh` to change the modules loaded prior to the creation of the venv.
 3. Edit `requirements.txt` to change the packages to be installed during setup.
 4. Edit `setup.sh` and `activate.sh` to add extra steps for custom modules.
-5. Create the environment with `setup.sh`.
-6. Create a kernel with `create_kernel.sh`.
+5. Create the environment with `bash setup.sh`.
+6. Create a kernel with `bash create_kernel.sh`.
-- 
GitLab