From 0c9dbd736b30737a039c0f3a414f423f9835b719 Mon Sep 17 00:00:00 2001 From: Justin McCarthy Date: Thu, 21 Feb 2019 00:54:22 -0800 Subject: [PATCH] slightly better description --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f89fcf6..7d74228 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,13 @@ COMMANDS: Comply is currently only released for Linux and macOS, however from other operating systems it's possible to run using Docker: ``` -# using the included Dockerfile in the root of this project +# first build a copy of the container using the included Dockerfile in the root of this project $ docker build -t comply . # from an empty directory that will contain your comply project $ docker run -it --rm -v "$PWD":/source comply -$ docker init +root@ec4544732298:/source# comply init +✗ Organization Name: ``` For Windows users, replace $PWD with the full path to your project directory