forked from switnet/quick-jibri-installer
Correct script file name in README
The README suggests running a script called `quick-jibri-installer.sh`, but it doesn't exist. What exists is `quick_jibri_installer.sh`. I've also added `sudo` since it asks for root permissions.
This commit is contained in:
parent
89749b1407
commit
98b0361fcf
|
@ -11,7 +11,7 @@ Login into your clean server, clone git repository and run the installer,
|
||||||
```
|
```
|
||||||
git clone https://github.com/switnet-ltd/quick-jibri-installer
|
git clone https://github.com/switnet-ltd/quick-jibri-installer
|
||||||
cd quick-jibri-installer
|
cd quick-jibri-installer
|
||||||
bash quick-jibri-installer.sh
|
sudo bash quick_jibri_installer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Add Jibri node
|
### Add Jibri node
|
||||||
|
|
Loading…
Reference in New Issue