From 8b97560363a4294d03b19bfa6688663fe02af300 Mon Sep 17 00:00:00 2001 From: Wesley Neuhaus <37388141+HugeBob@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:25:04 -0500 Subject: [PATCH] Condense multi part steps into one line for easier copy and paste --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f9ee0c..a32932c 100644 --- a/README.md +++ b/README.md @@ -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 ```