Update README.md

This commit is contained in:
Steven Polley 2018-08-18 15:53:51 -06:00
parent c6516bfc68
commit 3453b8f21b
1 changed files with 9 additions and 0 deletions

View File

@ -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
```