Condense multi part steps into one line for easier copy and paste
This commit is contained in:
parent
c9301d69f2
commit
8b97560363
@ -20,8 +20,7 @@ A simple, self-hosted YouTube downloader that allows you to download videos and
|
||||
1. Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://gitea.patrolbuddygo.com/wesleyneuhaus/YouTubeDownloader.git
|
||||
cd YouTubeDownloader
|
||||
git clone https://gitea.patrolbuddygo.com/wesleyneuhaus/YouTubeDownloader.git && cd YouTubeDownloader
|
||||
```
|
||||
|
||||
2. Install dependencies:
|
||||
@ -57,6 +56,5 @@ http://localhost:5000
|
||||
To update to the latest version:
|
||||
|
||||
```bash
|
||||
git pull
|
||||
pip install -r requirements.txt
|
||||
git pull && pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user