summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose-donato <43375532+jose-donato@users.noreply.github.com>2022-12-21 20:49:04 +0000
committerGitHub <noreply@github.com>2022-12-21 15:49:04 -0500
commit8d2d9af6936b92841819cf67efb28552d0d3dcbd (patch)
tree4b9649b0dfede974b4737a9fd7863fc58d5a2e59
parent7e90d20d46e9da20162dc3b32073d8082963eaa3 (diff)
Docker installation used wrong service (#3813)v2.1.0
`docker-compose.yaml` service name was changed to `openbb` from `poetry` but documentation was not updated for all platforms
-rw-r--r--website/content/terminal/quickstart/installation.md2
1 files changed, 1 insertions, 1 deletions
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`