Update README

This commit is contained in:
Kevin Thompson
2025-07-23 14:47:54 -05:00
parent e9d3b9e43f
commit 018ddb1a0f

View File

@ -20,7 +20,7 @@ A cross-platform Python application for downloading and archiving entire YouTube
### GUI Version (Recommended for beginners)
```bash
# Clone the repository
git clone <your-gitea-repo-url>
git clone https://git.ewnix.net/phlux/yt-channel-archiver
cd youtube-channel-archiver
# Run the GUI (it will install yt-dlp automatically if needed)
@ -49,7 +49,7 @@ Download both `youtube_archiver_gui.py` and `youtube_archiver.py` and run direct
### Option 2: Clone Repository
```bash
git clone <your-repo-url>
git clone https://git.ewnix.net/phlux/yt-channel-archiver.git
cd youtube-channel-archiver
chmod +x *.py # On Unix systems
```