From aeb509e5ec6a769b685619c367babd075db368ef Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Sat, 12 Aug 2017 19:02:26 -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 1d608a3..c16d6aa 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'. +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.