From 768e0cc7b2d4e7b33da754c70a0c591803051a83 Mon Sep 17 00:00:00 2001 From: Nyah Check Date: Sun, 5 Jan 2020 14:31:03 -0800 Subject: [PATCH] Update README --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a0ab681..533d2c9 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,20 @@ $ cd youtube-dl $ make ``` +## Install + + + ## Usage +To install youtube-dl + +```console +$ go get github.com/Ch3ck/youtube-dl +``` + +To run download: + ```console youtube-dl -h youtube-dl - Simple youtube video/audio downloader @@ -48,13 +60,13 @@ Flags: ## Contributing -Start by starring and Forking this repository. Follow the basic instruction in the [CONTRIBUTING](CONTRIBUTING.md) file. +Follow the basic instruction in the [CONTRIBUTING](CONTRIBUTING.md) file. ## Licence -youtube-dl is licensed under [The MIT Licence](LICENSE.md). +`youtube-dl` is licensed under [The MIT Licence](LICENSE.md). + -## Author +## Support -This project was created and maintained by [Nyah Check](https://twitter.com/ch3ck_). - Please feel free to reach out, I could always use your help or advice. :-) +This project was created and is maintained by [Nyah Check](https://twitter.com/ch3ck_) \ No newline at end of file