From 18f2c635c64bcbd0b1392ce1e5109e3defdb2e8c Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 21 Aug 2018 17:44:51 -0400 Subject: [PATCH] Added setup steps for clean GO install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcebd23a..0f261792 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Try it out - run a full node to sync to the testnet, or set up as a validator. Requirements: go installed and set up (version 1.10+). 0. If installing from a new Ubuntu server (16.04 or 18.04), here's how to setup go: + sudo apt update sudo apt upgrade -y sudo apt install git gcc make wget -y