From b9669c4691ff2ec4cf25241385be058bc02cec3d Mon Sep 17 00:00:00 2001 From: and94x Date: Mon, 15 Aug 2022 15:39:11 +0200 Subject: [PATCH] updated README.ms --- README.md | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 23ff711..335b640 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,30 @@ -# Project brief +

StammTV Helper

+> StammTV Helper is a tiny extension that sends video URLs to StammTV. You need to set Base URL and WSS URL in the settings first. Then you will be able to send the YouTube Video ID to your playing StammTV. +[![pipeline status](https://lab.theresno.cloud/and94x/stammtv-helper/badges/master/pipeline.svg)](https://lab.theresno.cloud/and94x/stammtv-helper/-/commits/master) -# Build -[![pipeline status](https://lab.theresno.cloud/and94x/stammtv-extension/badges/master/pipeline.svg)](https://lab.theresno.cloud/and94x/stammtv-extension/-/commits/master) +# Build and Install +
    +
  1. Checkout and dir into project folder
  2. -1. Checkout and dir into project folder ```shell -git checkout https://lab.thereno.cloud/and94x/stammtv-extension -cd stammtv-extension +git checkout https://lab.thereno.cloud/and94x/stammtv-helper +cd stammtv-helper ``` -2.1 For Firefox +
      +
    1. Build Firefox Extension
    2. + ```shell ./build-ff.sh ``` -2.2 For Chrome +
    3. Build Chrome Extension
    4. + ```shell -./build-chrome.sh +./build-cr.sh ``` +or download latest published release from [Chrome Webstore](https://chrome.google.com/webstore/detail/stammtv-chrome-extension/lloipkhbkakbpllllebckklngiibmbgp?hl=de&authuser=0) +
    +
+