diff options
author | Mauricio Robayo | 2019-05-05 19:28:30 -0500 |
---|---|---|
committer | Mauricio Robayo | 2019-05-05 19:28:30 -0500 |
commit | d4ac3fdd5f49b24d19494a4e94391b65cf218586 (patch) | |
tree | 9b933bca1fc516acd48768044f81b79f2c9b4ea4 /docs | |
parent | 868e8e6d66cd23e2deaa1d35f5ab847128087053 (diff) |
Add name of directory to clone into
Signed-off-by: Mauricio Robayo <rfmajo@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setup/docker.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup/docker.md b/docs/setup/docker.md index 1a9fd89f..e72026e2 100644 --- a/docs/setup/docker.md +++ b/docs/setup/docker.md @@ -16,7 +16,7 @@ CodiMD by docker container The easiest way to setup CodiMD using docker are using the following three commands: ```sh -git clone https://github.com/codimd/container.git +git clone https://github.com/codimd/container.git codimd-container cd codimd-container docker-compose up ``` |