chore(README.md): fix links

This commit is contained in:
Rim 2025-03-01 16:28:01 -05:00
parent 3c6c233f85
commit e60cc06920

View File

@ -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