README.md - update documentation according to latest changes
This commit is contained in:
12
README.md
12
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.
|
||||
|
Reference in New Issue
Block a user