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:
|
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
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user