diff --git a/README.md b/README.md index cc971756..e3006ba1 100644 --- a/README.md +++ b/README.md @@ -152,15 +152,14 @@ This process has been tested on a MacBook Pro 2021 (using M1) and a MacBook Air **These install instructions are for Ubuntu 22.10.** -- Download and save this repository [here](https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/heads/master.zip) -- From the saved directory run the following commands in this order- +- Clone this repository. +``` +git clone https://github.com/Anjok07/ultimatevocalremovergui.git +``` +- Install build dependencies. ``` -sudo apt update && sudo apt upgrade -sudo apt-get update -sudo apt install ffmpeg -sudo apt install python3-pip -sudo apt-get -y install python3-tk +sudo apt install ffmpeg python3-pip python3-tk pip3 install -r requirements.txt ```