docs: update repo URL in development guide
This commit is contained in:
@@ -13,7 +13,7 @@ Want to contribute or just poke around? Here's how to get set up.
|
||||
### Using uv (the fast way)
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.com/bereckobrian/fastapi-traffic.git
|
||||
git clone https://gitlab.com/zanewalker/fastapi-traffic.git
|
||||
cd fastapi-traffic
|
||||
|
||||
# This creates a venv and installs everything
|
||||
@@ -25,7 +25,7 @@ That's it. uv figures out the rest.
|
||||
### Using pip
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.com/bereckobrian/fastapi-traffic.git
|
||||
git clone https://gitlab.com/zanewalker/fastapi-traffic.git
|
||||
cd fastapi-traffic
|
||||
|
||||
python -m venv .venv
|
||||
|
||||
Reference in New Issue
Block a user