Merge pull request #61 from archemiro/archemiro/docs-setup-docker

Add name of directory to clone into
This commit is contained in:
Christoph (Sheogorath) Kern 2019-05-06 10:34:00 +02:00 committed by GitHub
commit d0b234048b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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