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