From 57d1030e8e55b641494da88ce01286ec45ae05ca Mon Sep 17 00:00:00 2001 From: Alex Ballas Date: Sun, 14 Feb 2021 02:47:17 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c409dbef..648ae8cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,23 @@ # Go2TV Go2TV lets you cast your videos to any UPnP/DLNA MediaRenderer like Samsumg TVs. -![](https://i.imgur.com/fnYkkp7.gif) \ No newline at end of file +![](https://i.imgur.com/fnYkkp7.gif) + +Usage +----- +``` +$ go2tv -h +Usage of go2tv: + -l List all available UPnP/DLNA MediaRenderer models and URLs. + -s string + Path to the subtitles file. + -t string + Cast to a specific UPnP/DLNA MediaRenderer URL. + -v string + Path to the video file. +``` + +Author +------ + +Alexandros Ballas \ No newline at end of file