From eaa09de578b907649bd7decfae2fd28bca332bce Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Sat, 12 Aug 2017 19:04:13 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16d6aa..0f07d36 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Build this container like this: docker build -t tierconfigbuilder . Run the container like this: docker run -it -v $PWD/myconfigs:/output tierconfigbuilder -Your config will be a zipfile in a child directory of the current directory named 'myconfigs' and should work on either a Linux or a Windows release. +After answering the questions in the configBuilder, your config will be a zipfile in a child directory of the current directory named 'myconfigs' and should work on either a Linux or a Windows release.