Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Update README.md #228

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Percona Everest has two primary components that assist you in creating the e
To start using Everest, use the following commands:

```sh
wget https://raw.githubusercontent.com/percona/percona-everest-backend/main/quickstart.yml
wget https://raw.githubusercontent.com/percona/percona-everest-backend/main/deploy/quickstart-compose.yml
docker compose -f quickstart.yml up -d
```
This will spin up the backend/frontend, accessible at http://127.0.0.1:8080.
Expand Down