Skip to content

Commit

Permalink
Merge pull request #266 from procrypt/update_README
Browse files Browse the repository at this point in the history
Update main.go path
  • Loading branch information
ngtuna committed Nov 4, 2016
2 parents c9ed84f + e5abd33 commit 6449dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -70,13 +70,13 @@ $ make binary
Or `go build`:

```console
$ go build -o kompose ./cli/main
$ go build -o kompose main.go
```

If you have `go` v1.5, it's still good to build `kompose` with the following settings:

```console
$ CGO_ENABLED=0 GO15VENDOREXPERIMENT=1 go build -o kompose ./cli/main
$ CGO_ENABLED=0 GO15VENDOREXPERIMENT=1 go build -o kompose main.go
```

To create a multi-platform binary, use the `binary-cross` command via `make`:
Expand Down

0 comments on commit 6449dd4

Please sign in to comment.