]> Skullheadx's Git Forge - youtube-downloader.git/commitdiff
Update README.md
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Mon, 14 Oct 2024 20:09:10 +0000 (16:09 -0400)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 20:09:10 +0000 (16:09 -0400)
README.md

index 89155973cf7cb318d8311d0a0deb30b9616d7e54..5d8de91f05f1d2e6c2d34d00f1bea1cc3b155c77 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,12 +1,5 @@
 # Youtube Downloader - ytdl
 
-## Build from source:
-1. Clone the repo
-2. in the directory, run the installation file
-```shell
-sh install.sh
-```
-
 ## Usage
 ```shell
 ytdl "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
@@ -18,5 +11,13 @@ By default, downloads the audio and video and stitches it together in the curren
 - `-av` - audio + video separate
 - `-f` - force replace if file exists
 
+## Build From Source:
+1. Clone the repo
+2. In the directory, run the installation file
+```shell
+sh install.sh
+```
+
+
 ## TODO:
-- [ ] Figure out why -av takes so long compared to -a and -v
\ No newline at end of file
+- [ ] Figure out why -av takes so long compared to -a and -v