From 731f6a449d6fdec8286a26270f6ef87e1d15311d Mon Sep 17 00:00:00 2001 From: Nolan Date: Mon, 4 Sep 2023 13:32:11 -0700 Subject: [PATCH] docs: fix docker install guide broken link (#877) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c474b57e6..0b85152645 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Keep up with the latest updates by visiting the releases page - [Releases](https Getting Started * Installation - * [Docker Install🐳](docs/install/docker_install.md) + * [Docker Compose Install🐳](docs/install/docker_compose_install.md) * [Linux Install🐧](docs/install/linux_install.md) * [Mac Install🍎](docs/install/mac_install.md) * [Windows Install💙](docs/install/windows_install.md)