From 2657ca425fc5df5ee97ac2619bb4120ed0b5c216 Mon Sep 17 00:00:00 2001 From: enginama Date: Sun, 23 Jun 2019 08:10:53 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e492f..1a76591 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Copy it somewhere safe. You will use these in the masternode.conf file for your **4) Connect to your VPS server console** using PuTTY terminal program, login as root and run ```bash -bash <(curl https://raw.githubusercontent.com/enginama/resq-masternode-setup/master/resq-install.sh) +bash <(curl https://raw.githubusercontent.com/RESQ-Chain/resq-masternode-setup/master/resq-install.sh) ``` __NOTE:__ This process may take anywhere from 5 to 10 minutes, depending on your VPS HW specs. If it's not your very first ever masternode setup, you may want to speed up the process by doing things in parallel. While the MN setup script is running on the VPS, you can spend this time getting ready to start your new masternode from your Hot Wallet (also referred to as Control Wallet) by following instructions in next step (6).