From bae3feb10c38e09be818fd13f1bfb6e00c162bfd Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Wed, 10 Aug 2016 11:29:12 +0200 Subject: [PATCH] Update README. Renaming `binary` to `binary-cross` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1511af55..cddc6a74 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ file "redis-deployment.json" created The default `kompose` transformation will generate Kubernetes [Deployments](http://kubernetes.io/docs/user-guide/deployments/) and [Services](http://kubernetes.io/docs/user-guide/services/), in json format. You have alternative option to generate yaml with `-y`. Also, you can alternatively generate [Replication Controllers](http://kubernetes.io/docs/user-guide/replication-controller/) objects, [Deamon Sets](http://kubernetes.io/docs/admin/daemons/), or [Helm](https://github.com/helm/helm) charts. ```console -$ kompose convert +$ kompose convert file "redis-svc.json" created file "web-svc.json" created file "redis-deployment.json" created @@ -180,7 +180,7 @@ You need `-tags experimental` because the current `bundlefile` package of docker - You need `make` ```console -$ make binary +$ make binary-cross ``` ## Contributing and Issues