forked from LaconicNetwork/kompose
Update build instruction
This commit is contained in:
parent
ae37209cc4
commit
fa0930de06
@ -206,9 +206,12 @@ $ PROG=kompose source script/bash_autocomplete
|
||||
accordingly.
|
||||
|
||||
```console
|
||||
$ go build -o kompose ./cli/main
|
||||
$ go build -tags experimental -o kompose ./cli/main
|
||||
```
|
||||
|
||||
You need `-tags experimental` because the current `bundlefile` package of docker/libcompose is still experimental.
|
||||
|
||||
|
||||
### Building multi-platform binaries with make
|
||||
|
||||
- You need `make`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user