README.md - update documentation according to latest changes

This commit is contained in:
2022-05-30 17:23:22 +02:00
parent ff48af2fa6
commit 02b108ac4e

View File

@@ -6,18 +6,18 @@ The sequence script (**seq**) containing different steps is separated from the s
## sequencer.sh ## 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/ ## seqs/
Contains sequences (seqs) for different tools, servers or occasions. 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 . /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 ## Installation recommendation
@@ -27,7 +27,7 @@ Run folloing commands as root:
``` ```
git clone https://winklerfamilie.eu/git/efelon/shell_sequencer.git /opt/sequencer 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 ln -s /opt/sequencer/seqs /opt
``` ```
or or
@@ -62,8 +62,8 @@ To make these changes active run the following commands. You don't need the last
``` ```
unalias -a unalias -a
source ~/.bashrc . ~/.bashrc
source /opt/sequencer/sqnall-completion.bash . /opt/sequencer/sqn-completion.bash
``` ```
or simply logout from the current session and login again. or simply logout from the current session and login again.