From a9cbb9f0effb4e8a2b336a98f9d2d9b1513881b5 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sun, 24 May 2026 01:06:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20'Trakcer'=20=E2=86=92=20'Track?= =?UTF-8?q?er'=20in=20README=20clone=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f212109..5e0ce92 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ This guide outlines the steps to set up and run the project components, which ha #### Cloning the Repository ```shell # Via SSH -git clone git@github.com:Pixel-Talk/EHM-Trakcer.git +git clone git@github.com:Pixel-Talk/EHM-Tracker.git or # Via HTTPS -git clone https://github.com/Pixel-Talk/EHM-Trakcer.git +git clone https://github.com/Pixel-Talk/EHM-Tracker.git -cd EHM-Trakcer +cd EHM-Tracker ``` ### Environment Setup @@ -32,8 +32,8 @@ Our default, provided install method is based on Conda package and environment m **The environment dependencies are identical to the updated GUAVA environment.** ```shell # Create and Activate Conda Environment: -conda create --name EHM-Trakcer python=3.10 -conda activate EHM-Trakcer +conda create --name EHM-Tracker python=3.10 +conda activate EHM-Tracker # Install Core Dependencies: pip install -r requirements.txt