From 3453b8f21b76ad5f3542b721de79296d1c17107b Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 18 Aug 2018 15:53:51 -0600 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e69de29..78a695a 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# env2dc +A simple tool to convert env.sh to the docker-compose environment variable syntax. + +``` +go install +cd ~/path/to/directory/containing/env.sh +env2dc +``` +