From 3acb52ce63ef4338893690dbc05066887056c7f7 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 4 Jun 2019 19:52:58 +0200 Subject: [PATCH] Update readme use sudo su - fixes #384 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0844024e..83846c0d 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ The Update script will: You simply run the update script: ``` +sudo su - cd /opt/tpot/ ./update.sh -y ```