1
0
mirror of https://github.com/strongdm/comply synced 2024-06-28 21:14:22 +00:00

slightly better description

This commit is contained in:
Justin McCarthy 2019-02-21 00:54:22 -08:00
parent b98d179847
commit 0c9dbd736b
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

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