From 0bdd805ab96b04c0a114d929de3a3575b1443744 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 19 Sep 2019 19:32:44 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 951eb41..509a3b9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Following inputs can be used as `step.with` keys | Name | Type | Default | Description | |-----------------|---------|----------------------|----------------------------------------------------------------------------------------------------------------------------------| | `go_version` | String | `latest` | Go release to use for cross compilation from those [docker tags](https://hub.docker.com/r/crazymax/xgo/tags/). Example: `1.12.x` | -| `dest` | String | `build` | Destination folder to put binaries in. | +| `dest` | String | `build` | Destination folder to put binaries in | | `prefix` | String | | Prefix to use for output naming. Default to package name | | `targets` | String | `*/*` | Comma separated targets to build for. Example: `windows/amd64,linux/386` | | `v` | Bool | `false` | Prints the names of packages as they are compiled |