MINOR - Fix docs quickstart commands (#14110)

This commit is contained in:
Pere Miquel Brull 2023-11-24 17:23:30 +01:00 committed by GitHub
parent 59b048a9ae
commit a2f3134bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,9 +125,9 @@ curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMet
```
```commandline
wget -O https://github.com/open-metadata/OpenMetadata/releases/download/1.2.2-release/docker-compose.yml
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.2.2-release/docker-compose.yml
wget -O https://github.com/open-metadata/OpenMetadata/releases/download/1.2.2-release/docker-compose-postgres.yml
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.2.2-release/docker-compose-postgres.yml
```
### 3. Start the Docker Compose Services