Skip to content

Commit

Permalink
Merge pull request #44 from TIBCOSoftware/issue-40/fix-installer
Browse files Browse the repository at this point in the history
Issue 40/fix installer
  • Loading branch information
torresashjian authored Apr 1, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f41bf08 + 7e5a268 commit 09e6535
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -10,16 +10,7 @@ This allows definition of your smart contracts on a model driven approach and ab

## Installation

Install [Go version 1.11.x](https://golang.org/doc/install) and [set GOPATH environment variable](https://golang.org/doc/code.html#GOPATH). Clone this project, then install and test it as follows:
```
export PATH=${GOPATH}/bin:${PATH}
go get -u -d github.com/TIBCOSoftware/dovetail-cli
cd ${GOPATH}/src/github.com/TIBCOSoftware/dovetail-cli
make
```
If you see test errors, please refer the Troubleshooting or Support section below.

For step by step instructions on how to setup Project Dovetail™ environment, please go to the installation section on the [documentation page](https://tibcosoftware.github.io/dovetail/getting-started/getting-started-cli/)
For step by step instructions on how to setup Project Dovetail™ cli environment, please go to the installation section on the [documentation page](https://tibcosoftware.github.io/dovetail/getting-started/getting-started-cli/)

### Note on third party dependencies

6 changes: 6 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

echo "Installing dovetail-cli..."
go get -u -d github.com/TIBCOSoftware/dovetail-cli
cd ${GOPATH}/src/github.com/TIBCOSoftware/dovetail-cli
make install

0 comments on commit 09e6535

Please sign in to comment.