mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-15 10:48:31 +00:00
fix(docs): curl
command of quickstart guide (#13899)
This commit is contained in:
parent
2935c1d67b
commit
e42a781aaf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user