Skip to content

Commit

Permalink
made installation steps more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
mayman007 committed Aug 8, 2024
1 parent 4ba45f2 commit 13bcdd3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@

## Installation Guide
### **For Windows:**
Download the exe from the latest <a href = "https://github.com/Shinobi7k/YouTube-Downloader/releases">release</a>, or install it from the source code:
#### **The Easy Way:**
Download the binary from the latest <a href = "https://github.com/Shinobi7k/YouTube-Downloader/releases">release</a>.

#### **Build From Source:**

<ol>
<li>Install <a href = "https://www.python.org/downloads/">python</a> and <a href = "https://git-scm.com/downloads">git</a> and add them to the path</li>
Expand All @@ -104,7 +107,10 @@ py main.py
</ol>

### **For Linux:**
Download the executable file for linux from the latest <a href = "https://github.com/Shinobi7k/YouTube-Downloader/releases">release</a> and write `sudo apt install ffmpeg` in the terminal, or install it from the source code:
#### **The Easy Way:**
Download the binary for linux from the latest <a href = "https://github.com/Shinobi7k/YouTube-Downloader/releases">release</a> and run `sudo apt install ffmpeg` in the terminal.

#### **Build From Source:**
<ol>
<li>Install the following packages:

Expand Down

0 comments on commit 13bcdd3

Please sign in to comment.