From b39c5631dd99568038f218deb62373bca84366e8 Mon Sep 17 00:00:00 2001 From: Alexandra <45508320+alexankitty@users.noreply.github.com> Date: Fri, 18 Oct 2024 04:28:26 -0600 Subject: [PATCH] fix clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba30988..1c643de 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It is finally here. There is now a way to search all of Myrient's offerings. 2. npm # Self-Hosting -1. Clone the repository. `git clone https://github.com/Myrient-Search-Engine` +1. Clone the repository. `git clone https://github.com/alexankitty/Myrient-Search-Engine` 2. Install dependencies. `npm i` 3. Start the server. `node server.js`