From 7eb12015c047ed638f431cddf83c2cfdbd95f935 Mon Sep 17 00:00:00 2001 From: Manuel IMPERIALE Date: Wed, 22 Nov 2017 12:51:32 +0100 Subject: [PATCH] Fix README Signed-off-by: Manuel IMPERIALE --- http/README.md | 4 ++-- manager/README.md | 4 ++-- writer/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/http/README.md b/http/README.md index 6726a94b..8c7abcde 100644 --- a/http/README.md +++ b/http/README.md @@ -34,9 +34,9 @@ To start the service outside of the container, execute the following shell scrip ```bash # download the latest version of the service -go get github.com/mainflux/http-adapter +go get github.com/mainflux/mainflux -cd $GOPATH/github.com/mainflux/http-adapter/cmd +cd $GOPATH/src/github.com/mainflux/mainflux/cmd/http # compile the app; make sure to set the proper GOOS value CGO_ENABLED=0 GOOS=[platform identifier] go build -ldflags "-s" -a -installsuffix cgo -o app diff --git a/manager/README.md b/manager/README.md index de862d7f..62fb64f1 100644 --- a/manager/README.md +++ b/manager/README.md @@ -55,9 +55,9 @@ To start the service outside of the container, execute the following shell scrip ```bash # download the latest version of the service -go get github.com/mainflux/manager +go get github.com/mainflux/mainflux -cd $GOPATH/github.com/mainflux/manager/cmd +cd $GOPATH/src/github.com/mainflux/mainflux/cmd/manager # compile the app; make sure to set the proper GOOS value CGO_ENABLED=0 GOOS=[platform identifier] go build -ldflags "-s" -a -installsuffix cgo -o app diff --git a/writer/README.md b/writer/README.md index 0f62a67d..7ee56079 100644 --- a/writer/README.md +++ b/writer/README.md @@ -44,9 +44,9 @@ To start the service outside of the container, execute the following shell scrip ```bash # download the latest version of the service -go get github.com/mainflux/message-writer +go get github.com/mainflux/mainflux -cd $GOPATH/github.com/mainflux/message-writer/cmd +cd $GOPATH/src/github.com/mainflux/mainflux/cmd/writer # compile the app; make sure to set the proper GOOS value CGO_ENABLED=0 GOOS=[platform identifier] go build -ldflags "-s" -a -installsuffix cgo -o app