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 ```