Provide basic installation instructions
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user