From 10f38ddec8dc15e6ddefe8d725f07c1c4daa6c21 Mon Sep 17 00:00:00 2001 From: Nyah Check Date: Tue, 1 Aug 2017 15:45:52 -0600 Subject: [PATCH] Added fixes to README. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62600b0..3253e3c 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,20 @@ $ make On a Linux or OSX system ``` -$ ./ytd +$ ytd -h + + -s or --search + searches for any matching videos on Youtube + -k or --key + Youtube API token + -v or --version print version and exit (shorthand) + prints ytd version and exits + +$ ytd + searches for youtube video on that link and downloads ``` +Running `ytd` without any arguments will prompt for link + ## Roadmap @@ -83,5 +95,5 @@ This project was created and maintained by [Nyah Check](https://twitter.com/nyah ## Notes -* Add vendoring for required Go deps. +* Add vendoring for required Go deps.(*govendor* or *gvt* tools)