From 9c4f52ce2c9475d16a7eb30bc2bf0c55f8fdb256 Mon Sep 17 00:00:00 2001 From: Tom Camp Date: Fri, 10 Jan 2020 08:50:00 -0700 Subject: [PATCH] Updating README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb069a..b873d61 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Copy the `activate.example` file to your project and rename it `activate`. #### To use **createmd** ```bash +# Pull the image +docker-compose pull + # Activate Drydock . activate @@ -28,7 +31,7 @@ Copy the `activate.example` file to your project and rename it `activate`. createmd --in config.yaml --templates templates/ ``` -Running the above command will copy any files in the `/templates` directory, duplicating the template directory structure, into the current directory, replacing variables in the templates with the values from the `--in` file. You can also specify a directory in which to output the files using the `--out` option. +Running the above command will copy any files in the `templates/` directory, duplicating the template directory structure, into the current directory, replacing variables in the templates with the values from the `--in` file. You can also specify a directory in which to output the files using the `--out` option. ## Authors