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

index 8f6da0bbf59b8aa1900930ce0e1b82a489717d6f..89155973cf7cb318d8311d0a0deb30b9616d7e54 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,15 +1,22 @@
 # Youtube Downloader - ytdl
 
-## usage
+## 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"
 ```
-downloads the audio and video and stitches it together in the current directory. Automatically detects playlists.
+By default, downloads the audio and video and stitches it together in the current directory. Automatically detects playlists.
 
 - `-a` - audio only
 - `-v` - video only
 - `-av` - audio + video separate
 - `-f` - force replace if file exists
 
-# TODO:
-- [ ] figure out why -av takes so long compared to -a and -v
\ No newline at end of file
+## TODO:
+- [ ] Figure out why -av takes so long compared to -a and -v
\ No newline at end of file