From 04bf645ca8f8b87c0dfb971c78ff3c43df96c0eb Mon Sep 17 00:00:00 2001 From: Sebastian Piskorski Date: Mon, 1 Mar 2021 15:10:41 +0100 Subject: [PATCH] Update README.md I could not run `bo build` without running `go mod init`. I'm not a Go developer, so I do not understand it fully. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6c0ed0..099291a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Clone this repository in your **$GOPATH**: $ mkdir -p $GOPATH/src/github.com/Cleafy $ cd $GOPATH/src/github.com/Cleafy $ git clone https://github.com/Cleafy/promqueen.git +$ cd $GOPATH/src/github.com/ +$ go mod init ``` Use Go package manager ***dep*** to install the required dependencies: