Fix URL for cloning

This commit is contained in:
Carlos 2024-09-25 23:39:08 -07:00
parent bab3d61822
commit 23cb006f23

View file

@ -6,7 +6,7 @@ Generate a report using ESPN API for Python
Required: Python 3.8 or greater
- Clone this repository: `git clone https://forgejo.digitalhippo.tech/wffrg`
- Clone this repository: `git clone https://forgejo.digitalhippo.tech/digital-hippo-labs/wffrg`
- Create a virtual environment
- `cd wffrg`
- `python -m venv .venv` or `python3 -m venv .venv`