From 1c66959184753b7116faa617e954cb057ede3109 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Jacquier Date: Wed, 27 Feb 2019 15:54:54 +0100 Subject: [PATCH] update readme Signed-off-by: Pierre-Emmanuel Jacquier --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bba6f61b..95d24bf2 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,15 @@ http://poxyserver.com:8080/15/test/4 ### Without Docker +Download lasted [release](https://github.com/pierre-emmanuelJ/iptv-proxy/releases) ``` -TODO +% iptv-proxy --m3u-url http://example.com/iptv.m3u --port 8080 --hostname poxyexample.com +``` +Or + +``` +% go install +% iptv-proxy --m3u-url http://example.com/iptv.m3u --port 8080 --hostname poxyexample.com ``` ### With Docker