forked from LaconicNetwork/kompose
Update main.go path
This commit is contained in:
parent
a3495b1d6b
commit
e5abd3386a
@ -70,13 +70,13 @@ $ make binary
|
|||||||
Or `go build`:
|
Or `go build`:
|
||||||
|
|
||||||
```console
|
```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:
|
If you have `go` v1.5, it's still good to build `kompose` with the following settings:
|
||||||
|
|
||||||
```console
|
```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`:
|
To create a multi-platform binary, use the `binary-cross` command via `make`:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user