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) +
    +
+