From e60cc06920d60e25b8c302ff016efb92e86c8f46 Mon Sep 17 00:00:00 2001 From: Rim Date: Sat, 1 Mar 2025 16:28:01 -0500 Subject: [PATCH] chore(README.md): fix links --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bbeaec2..7f614bf 100644 --- a/README.md +++ b/README.md @@ -20,27 +20,26 @@ Access comprehensive Call of Duty statistics directly from your command line. No ## Prerequisites - Call of Duty account with API security settings set to "Open" -- Web browser (Chromium-based recommended) +- Web browser (Tested with Chromium) - Python 3.x (optional, tested with Python 3.9.13) ## Installation Options ### Option 1: Download the Latest Release (Recommended) -1. Download `cod_api_tool.exe` from the [latest release](https://github.com/Ahrimdon/detailed-cod-tracker/releases/latest) -2. Open a command prompt in the download directory +1. Download `cod_api_tool.exe` from the [latest release](https://git.rimmyscorner.com/Rim/detailed-cod-tracker/releases/tag/latest) +2. Run the executable for GUI mode **OR** open a shell in the download directory 3. Execute the tool using the syntax below: ``` -python cod_api_tool.py [arguments] +cod_api_tool.exe [arguments] ``` ### Option 2: Clone the Repository 1. Clone the repository: ``` -git clone https://github.com/Ahrimdon/detailed-cod-tracker.git -cd detailed-cod-tracker +git clone https://git.rimmyscorner.com/Rim/detailed-cod-tracker.git && cd detailed-cod-tracker ``` 2. Run the setup script: @@ -48,6 +47,16 @@ cd detailed-cod-tracker python setup.py ``` +3. Activate the virtual environment +``` +venv/Scripts/activate +``` + +4. Run the tool +``` +python cod_api_tool.py [arguments] +``` + ## Authentication Setup ### Obtaining your ACT_SSO_COOKIE