From 02b108ac4e7c0ce263d40cedfb6014c48e2f52d1 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Mon, 30 May 2022 17:23:22 +0200 Subject: [PATCH] README.md - update documentation according to latest changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ac8e1b..ddcc1eb 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,18 @@ The sequence script (**seq**) containing different steps is separated from the s ## sequencer.sh -Main sequencer script to be included at the end of a seq. +Main sequencer script to be sourced at the end of a seq. ## seqs/ Contains sequences (seqs) for different tools, servers or occasions. -Sequencer include working on sh and bash. +Sequencer working on bash. [...] . /usr/local/bin/sequencer.sh -see seqTemplateExample.sh (which can be generated when calling sequencer.sh directly) +see seqTemplate.sh (which can be generated when calling sequencer.sh directly) ## Installation recommendation @@ -27,7 +27,7 @@ Run folloing commands as root: ``` git clone https://winklerfamilie.eu/git/efelon/shell_sequencer.git /opt/sequencer -ln -s /opt/sequencer/sequencer/sequencer.sh /usr/local/bin +ln -s /opt/sequencer/sequencer.sh /usr/local/bin ln -s /opt/sequencer/seqs /opt ``` or @@ -62,8 +62,8 @@ To make these changes active run the following commands. You don't need the last ``` unalias -a -source ~/.bashrc -source /opt/sequencer/sqnall-completion.bash +. ~/.bashrc +. /opt/sequencer/sqn-completion.bash ``` or simply logout from the current session and login again.