Provide basic installation instructions

This commit is contained in:
2020-01-13 14:12:30 +01:00
parent 0ec36247f7
commit 29ede5409b

View File

@@ -18,3 +18,15 @@ Sequencer include working on sh and bash.
. /usr/local/bin/sequencer.sh . /usr/local/bin/sequencer.sh
see seqTemplateExample.sh (which can be generated when calling sequencer.sh directly) see seqTemplateExample.sh (which can be generated when calling sequencer.sh directly)
## Installation recommendation
To make all seqs avaialable to all user, follow the procedure below.
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/seqs /opt
```