From 8d2d9af6936b92841819cf67efb28552d0d3dcbd Mon Sep 17 00:00:00 2001 From: jose-donato <43375532+jose-donato@users.noreply.github.com> Date: Wed, 21 Dec 2022 20:49:04 +0000 Subject: Docker installation used wrong service (#3813) `docker-compose.yaml` service name was changed to `openbb` from `poetry` but documentation was not updated for all platforms --- website/content/terminal/quickstart/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/terminal/quickstart/installation.md b/website/content/terminal/quickstart/installation.md index 14e98de2e0d..84f8d70d68b 100644 --- a/website/content/terminal/quickstart/installation.md +++ b/website/content/terminal/quickstart/installation.md @@ -142,7 +142,7 @@ Execute this commands: ```bash curl -o docker-compose.yaml https://raw.githubusercontent.com/OpenBB-finance/OpenBBTerminal/main/build/docker/docker-compose.yaml -docker compose run poetry +docker compose run openbb ``` This will download and run the file: `docker-compose.yaml` -- cgit v1.2.3