Skip to content

Commit

Permalink
Update install script, use dev branch of the dashboard and remove sud…
Browse files Browse the repository at this point in the history
…o from script (#19)
  • Loading branch information
kenny-io authored Sep 13, 2024
1 parent 53a5e2e commit f3c8164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ Choose one of the following methods to download and run the installation script:
Using `curl`

```bash
curl -O https://raw.githubusercontent.com/shardeum/validator-dashboard/new-gui/installer.sh && chmod +x installer.sh && sudo ./installer.sh
curl -O https://raw.githubusercontent.com/shardeum/validator-dashboard/dev/installer.sh && chmod +x installer.sh && ./installer.sh
```

Using `wget`

```bash
wget https://raw.githubusercontent.com/shardeum/validator-dashboard/new-gui/installer.sh && chmod +x installer.sh && sudo ./installer.sh
wget https://raw.githubusercontent.com/shardeum/validator-dashboard/dev/installer.sh && chmod +x installer.sh && ./installer.sh
```

Follow the instructions provided by the installer script. Ensure you input the correct Archiver and Monitor IP addresses for the network you wish your validator to join.
Expand Down

0 comments on commit f3c8164

Please sign in to comment.