From d3e7ea98eef7539eb43f0ab214b3628ce244384f Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Mon, 3 Jun 2019 16:41:25 +0200 Subject: [PATCH] Update setenv instructions --- README.md | 4 ++-- setenv.sh => setenv_template.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename setenv.sh => setenv_template.sh (100%) diff --git a/README.md b/README.md index a2061af..d5fb2b4 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ First, install (or update) the requirements by typing make -Next, modify the ``setenv.sh`` script according to the detector setup. -Here is an example configuration +Next, create a ``setenv.sh`` script according to the ``setenv_template.sh`` +script and apply the detector settings. Here is an example configuration ```shell #!/bin/bash diff --git a/setenv.sh b/setenv_template.sh similarity index 100% rename from setenv.sh rename to setenv_template.sh -- GitLab