From 65c0ed505e4ce23b09c9f2becc20fe4797bbd219 Mon Sep 17 00:00:00 2001 From: Michael Bolens <1218380+bolens@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:17:36 -0600 Subject: [PATCH] fix: typo in README.md (#2391) # Description Readme has a typo in step 1 for the directory name to `cd` into ## Checklist before requesting a review Please delete options that are not relevant. ## Screenshots (if appropriate): --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8096646e..d6e350055 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ You can find the installation video [here](https://www.youtube.com/watch?v=cXBa6 - **Step 1**: Clone the repository: ```bash - git clone https://github.com/quivrhq/quivr.git && cd Quivr + git clone https://github.com/quivrhq/quivr.git && cd quivr ``` - **Step 2**: Copy the `.env.example` files