Skip to content

Commit

Permalink
update static build guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Feb 18, 2016
1 parent e9341f9 commit 7251f2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ $ go build .
You can also produce a static binary too:

```
GOPATH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd go build \
-a -installsuffix cgo -ldflags '-extld ld -extldflags -static' -a -x .
$ go build -a -installsuffix cgo -ldflags '-extld ld -extldflags -static' -a -x .
```

## Getting Started
Expand Down

0 comments on commit 7251f2e

Please sign in to comment.