fix(docs): curl command of quickstart guide (#13899)

This commit is contained in:
Akash Jain 2023-11-08 16:38:00 +05:30 committed by GitHub
parent 2935c1d67b
commit e42a781aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,9 +119,9 @@ The latest version is at the top of the page
You can use the curl or wget command as well to fetch the docker compose files from your terminal - You can use the curl or wget command as well to fetch the docker compose files from your terminal -
```commandline ```commandline
curl -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.0-release/docker-compose.yml curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.0-release/docker-compose.yml
curl -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.0-release/docker-compose-postgres.yml curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.0-release/docker-compose-postgres.yml
``` ```
```commandline ```commandline