From d61ad5bdd0dbf35adaa7c38d2b388d6354d1de57 Mon Sep 17 00:00:00 2001
From: capossele <angelo@Angelo.local>
Date: Mon, 20 May 2019 09:30:58 +0100
Subject: [PATCH] Refactor: README updated

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 6d4b4e21..ff5364b6 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@ First, you need to [install Go](https://golang.org/doc/install) if it is not alr
 
 - 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). 
 
+To download and install all the package dependencies just run:
+```
+go get github.com/iotaledger/goshimmer
+```
+
 ## Build
 
 If you need to develop locally and be able to build by using your local code, i.e., without waiting for pushing your commits on the repo, clone the repository directly inside the `src` folder of your `$GOPATH` with the command:
@@ -22,11 +27,6 @@ or if you prefer https over ssh
 git clone https://github.com/iotaledger/goshimmer.git
 ```
 
-To download and install all the package dependencies just run:
-```
-go get github.com/iotaledger/goshimmer
-```
-
 You can build your executable (as well as cross compiling for other architectures) by running the `go build` tool inside the just cloned folder `goshimmer`:
 
 ```
-- 
GitLab