From f4b01a29bb9287dc8538f7dfdd79dd93d23df340 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Sat, 29 Jun 2024 11:39:23 +0530 Subject: [PATCH] feat(docs): update docs --- docs/installation/UPDATING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/UPDATING.md b/docs/installation/UPDATING.md index 4472b9a..fa89b41 100644 --- a/docs/installation/UPDATING.md +++ b/docs/installation/UPDATING.md @@ -13,11 +13,11 @@ To update Perplexica to the latest version, follow these steps: 2. Navigate to the Project Directory 3. Update and Rebuild Docker Containers: -4. + ```bash docker compose up -d --build ``` -5. Once the command completes running go to http://localhost:3000 and verify the latest changes. +4. Once the command completes running go to http://localhost:3000 and verify the latest changes. ## For non Docker users