Condense multi part steps into one line for easier copy and paste

This commit is contained in:
Wesley Neuhaus 2024-11-22 11:25:04 -05:00
parent c9301d69f2
commit 8b97560363

View File

@ -20,8 +20,7 @@ A simple, self-hosted YouTube downloader that allows you to download videos and
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://gitea.patrolbuddygo.com/wesleyneuhaus/YouTubeDownloader.git git clone https://gitea.patrolbuddygo.com/wesleyneuhaus/YouTubeDownloader.git && cd YouTubeDownloader
cd YouTubeDownloader
``` ```
2. Install dependencies: 2. Install dependencies:
@ -57,6 +56,5 @@ http://localhost:5000
To update to the latest version: To update to the latest version:
```bash ```bash
git pull git pull && pip install -r requirements.txt
pip install -r requirements.txt
``` ```