From 16ce3d2d1cad3ee9ad0d9713fc09a4ac8aa09264 Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Fri, 13 Aug 2021 02:27:42 -0700 Subject: [PATCH] Docs: Fix docker section (#138) Co-authored-by: Suresh Srinivas --- docs/install/run-openmetadata.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install/run-openmetadata.md b/docs/install/run-openmetadata.md index 2ada8b49c60..d6eda10442c 100644 --- a/docs/install/run-openmetadata.md +++ b/docs/install/run-openmetadata.md @@ -21,8 +21,9 @@ description: >- * Scheduler UI: 7777 {% endhint %} -```text -cd docker/metadata +```bash +git clone https://github.com/open-metadata/OpenMetadata +cd OpenMetadata/docker/metadata docker-compose up ```