Skip to content

Commit 5411d4a

Browse files
authored
Minor formatting fix
1 parent 4c5b66a commit 5411d4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ brew install dory
4848
The [`templates`](templates/) directory contains templates for adding
4949
the itkdev `docker-compose` setup to new or exiting projects.
5050

51-
`rsync -avz templates/<TYPE>/ <PATH TO HTDOCS FOLDER>`
51+
```sh
52+
rsync -avz templates/<TYPE>/ <PATH TO HTDOCS FOLDER>
53+
```
5254

5355
Also create an `.env` file beside the `docker-compose.yml` file that contains
5456
`COMPOSE_PROJECT_NAME=<NAME>` to namespace the docker setup for the projekt.

0 commit comments

Comments
 (0)