diff --git a/installer/README.md b/installer/README.md index b940c3d76a..2c707a134b 100644 --- a/installer/README.md +++ b/installer/README.md @@ -1,10 +1,10 @@ -Installs the V6 Beta Stage 1 Node +Installs the V6 Node 2. Login to the server as root. You __cannot__ use sudo and run this script. The command "npm install" __will__ fail. 3. Execute the following command: ``` -apt install git -y && cd /root && wget https://raw.githubusercontent.com/OriginTrail/ot-node/v6/develop/installer/installer.sh && chmod +x installer.sh && . installer.sh +cd /root/ && curl https://raw.githubusercontent.com/OriginTrail/ot-node/v6/release/mainnet/installer/installer.sh --output installer.sh && chmod +x installer.sh ```