updated README.ms

This commit is contained in:
and94x 2022-08-15 15:39:11 +02:00
parent 995dece521
commit b9669c4691

View File

@ -1,21 +1,30 @@
# Project brief
<h1>StammTV Helper</h1>
> 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
<ol>
<li>Checkout and dir into project folder</li>
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
<ol>
<li>Build Firefox Extension</li>
```shell
./build-ff.sh
```
2.2 For Chrome
<li>Build Chrome Extension</li>
```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)
</ol>
</ol>