From 1a4797b29882a5a8115f6180422618e0763c96cd Mon Sep 17 00:00:00 2001
From: capossele <angelo@Angelo.local>
Date: Mon, 20 May 2019 09:44:01 +0100
Subject: [PATCH] Fix: README updated

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ff5364b6..3716652d 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ 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:
+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/github.com/iotaledger/` folder of your `$GOPATH` with the command:
 
 ```
 git clone git@github.com:iotaledger/goshimmer.git
-- 
GitLab