README: update the clone URL
- ID
4f2fdb2- date
2026-08-30 20:11:13+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
aa2a3a9- message
README: update the clone URL- changed files
1 file, 1 addition, 1 deletion
Changed files
README.md (2942 → 2942)
diff --git a/README.md b/README.md
index e5f80c7..244d09c 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Other scripts can call this script and get the title or description "for free".
Clone the repo, create a virtualenv, and install dependencies:
```console
-$ git clone https://github.com/alexwlchan/yt-dlp_alexwlchan.git
+$ git clone git://alexwlchan.net/projects/yt-dlp_alexwlchan.git
$ cd yt-dlp_alexwlchan
$ python3 -m venv .venv
$ pip install -r requirements.txt