-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dev dependencies to
make setup
(#12)
* add dev dependencies to `make setup` * golint fix * update README
- Loading branch information
1 parent
b976d83
commit f908ac4
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,10 @@ Wormhole is a reverse proxy that creates a secure tunnel between two endpoints. | |
## Compiling | ||
**Wormhole requires Go1.7+** | ||
|
||
go get github.com/Masterminds/glide | ||
mkdir -p $GOPATH/github.com/superfly | ||
cd $GOPATH/src/github.com/superfly | ||
git clone [email protected]:superfly/wormhole.git | ||
cd wormhole | ||
glide install | ||
go build github.com/superfly/wormhole/cmd/wormhole | ||
|
||
go get github.com/superfly/wormhole | ||
cd $GOPATH/src/github.com/superfly/wormhole | ||
make setup | ||
make binaries | ||
|
||
## Running locally | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters