diff --git a/README.md b/README.md index 18eb5a7..bcfc08e 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,29 @@ A Cli Based YouTube Downloader in C++ ===================================== ## To Install Dependencies -```bash sudo apt install libcurl4-openssl-dev libjansson-dev +```bash +sudo apt install libcurl4-openssl-dev libjansson-dev ``` ## To Install -```bash make && sudo make install +```bash +make && sudo make install ``` ## To Use -```bash tytd https://www.youtube.com/watch?v=xxQGY4kt5zY +```bash +tytd https://www.youtube.com/watch?v=xxQGY4kt5zY ``` ## Yes you can use Video Ids as well -```bash tytd xxQGY4kt5zY``` +```bash +tytd xxQGY4kt5zY +``` ## Or even multiple videos -```bash tytd https://www.youtube.com/watch?v=o4GZUCwVRLs https://www.youtube.com/watch?v=xxQGY4kt5zY``` +```bash +tytd https://www.youtube.com/watch?v=o4GZUCwVRLs https://www.youtube.com/watch?v=xxQGY4kt5zY +``` ## Why did I create this?