Skip to content

Commit

Permalink
Merge pull request #125 from manuIO/master
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
drasko authored Nov 23, 2017
2 parents 46a7341 + 7eb1201 commit 238394e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions writer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 238394e

Please sign in to comment.