From 2cc943fcfb71bd5939b44e6f9ad713aba643d00c Mon Sep 17 00:00:00 2001 From: Austin Tinius Date: Thu, 14 May 2020 09:46:59 -0700 Subject: [PATCH] add fork disclaimer --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c47efc..2dd6359 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +This is a fork from the official gitlab at https://gitlab.com/DEFENDORe/pseudotv-plex + + # pseudotv-plex PseudoTV is a Plex DVR plugin. It allows you to host your own fake live tv service by dynamically streaming media from your Plex servers(s). Your channels and settings are all manged throught the PseudoTV Web UI. @@ -65,7 +68,7 @@ By default, pseudotv will create the directory `.pseudotv` wherever pseudotv is git clone https://gitlab.com/DEFENDORe/pseudotv-plex.git cd pseudotv-plex docker build -t pseudotv . -docker run --name pseudotv -p 8000:8000 -v C:\.pseudotv:/home/node/app/.pseudotv pseudotv +docker run --name pseudotv -p 8000:8000 -v C:\.pseudotv:/home/node/app/.pseudotv pseudotv ``` #### Source @@ -89,4 +92,4 @@ Live Development: (using `nodemon` and `watchify`) ``` npm run dev-client npm run dev-server -``` \ No newline at end of file +```