diff --git a/README.md b/README.md index 78072ff..b1b94bb 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,15 @@ Sequencer include working on sh and bash. . /usr/local/bin/sequencer.sh 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 +```