Skip to content

Commit

Permalink
Merge pull request #50 from torresashjian/master
Browse files Browse the repository at this point in the history
Fix cli installation instructions
  • Loading branch information
torresashjian authored Nov 29, 2018
2 parents bb79363 + 6f946f8 commit 93bbf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/getting-started-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Don't forget to set your `GOPATH` variable and make sure that `$GOPATH/bin` is p
Copy and paste the following commands to install Project Dovetail™ commandline tool, the binary dovetail will be in your $GOPATH/bin directory

```
mkdir dovetail-cli && cd dovetail-cli && export GOPATH=${PWD} && mkdir -p $GOPATH/src/github.com/TIBCOSoftware && cd $GOPATH/src/github.com/TIBCOSoftware && git clone https://github.com/TIBCOSoftware/dovetail-cli.git && cd dovetail-cli && GO111MODULE=on go install ./... && cd .. && git clone https://github.com/TIBCOSoftware/flogo-contrib.git && cd flogo-contrib && git checkout tags/v0.5.5 && cd .. && git clone https://github.com/TIBCOSoftware/flogo-lib.git && cd flogo-lib && git checkout tags/v0.5.5 && cd $GOPATH/bin && go get -u github.com/jteeuwen/go-bindata/... && go get -u github.com/kardianos/govendor
mkdir dovetail-cli && cd dovetail-cli && export GOPATH=${PWD} && mkdir -p $GOPATH/src/github.com/TIBCOSoftware && cd $GOPATH/src/github.com/TIBCOSoftware && git clone https://github.com/TIBCOSoftware/dovetail-cli.git && cd dovetail-cli && GO111MODULE=on go install ./... && cd .. && git clone https://github.com/TIBCOSoftware/dovetail-contrib.git && git clone https://github.com/TIBCOSoftware/flogo-contrib.git && cd flogo-contrib && git checkout tags/v0.5.5 && cd .. && git clone https://github.com/TIBCOSoftware/flogo-lib.git && cd flogo-lib && git checkout tags/v0.5.5 && cd $GOPATH/bin && go get -u github.com/jteeuwen/go-bindata/... && go get -u github.com/kardianos/govendor
```

0 comments on commit 93bbf4a

Please sign in to comment.