From 0306e275efe22f52d01e19dac1119e9aa808fb41 Mon Sep 17 00:00:00 2001 From: Siu Leung Chan Date: Mon, 8 Jul 2024 01:18:57 -0400 Subject: [PATCH] Update README.md Fix installation command `docker-compose up -d` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1388b0..6d1d50b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ There are mainly 2 ways of installing Perplexica - With Docker, Without Docker. 5. Ensure you are in the directory containing the `docker-compose.yaml` file and execute: ```bash - docker compose up -d + docker-compose up -d ``` 6. Wait a few minutes for the setup to complete. You can access Perplexica at http://localhost:3000 in your web browser.