From 67b6a6e1e68bffed6e168123b303cb24189f5706 Mon Sep 17 00:00:00 2001 From: capossele <angelocapossele@gmail.com> Date: Wed, 24 Jul 2019 17:40:26 +0100 Subject: [PATCH] :pencil: README updated --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 230791e2..70639a1f 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,8 @@ First, you need to [install Go](https://golang.org/doc/install) if it is not alr ### Requirements -- gcc: Some packages in this repo might require to be compile by gcc. Windows users can install [MinGW-gcc](http://tdm-gcc.tdragon.net/download). +- gcc: Some packages in this repo might require to be compiled by gcc. Windows users can install [MinGW-gcc](http://tdm-gcc.tdragon.net/download). -To download and install all the package dependencies just run: -``` -go get github.com/iotaledger/goshimmer -``` ## Build -- GitLab