Update readme

use sudo su -
fixes #384
This commit is contained in:
Marco Ochse
2019-06-04 19:52:58 +02:00
committed by GitHub
parent 1a9a284930
commit 3acb52ce63

View File

@ -383,6 +383,7 @@ The Update script will:
You simply run the update script: You simply run the update script:
``` ```
sudo su -
cd /opt/tpot/ cd /opt/tpot/
./update.sh -y ./update.sh -y
``` ```