Change project retrieval procedure from git clone to go get (#366)
Signed-off-by: Sava Radoš <sava.rados@mainflux.com>
This commit is contained in:
parent
507bd2ee84
commit
8edf6907bc
|
@ -3,10 +3,8 @@
|
|||
Mainflux can be fetched from official [Mainflux GitHub repository](https://github.com/Mainflux/mainflux):
|
||||
|
||||
```
|
||||
mkdir -p $GOPATH/src/github.com/mainflux
|
||||
cd $GOPATH/src/github.com/mainflux
|
||||
git clone https://github.com/mainflux/mainflux.git
|
||||
cd mainflux
|
||||
go get github.com/mainflux/mainflux
|
||||
cd $GOPATH/src/github.com/mainflux/mainflux
|
||||
```
|
||||
|
||||
## Building
|
||||
|
|
Loading…
Reference in New Issue