Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Camp committed Jan 10, 2020
1 parent ac533da commit 9c4f52c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@ 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

# Run createmd
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

Expand Down

0 comments on commit 9c4f52c

Please sign in to comment.