{% hint style="warning" %} You have to install the extenstion and the application to get it working correctly! {% endhint %}
Installing the application is very important since the extension can't do anything on its own and needs the application to activate rich presence on your profile! So, just follow these steps and install it.
{% tabs %} {% tab title="Windows" %} Go to the download page by clicking here and download the correct build for your operating system with the download button in the page.
When it finishes downloading, open the file. Windows SmartScreen will probably going to warn you about "not to run this" but it's okay, we are sure this is not a virus. Just click on "More info" and select the new "Run Anyway" button at the bottom.
The app will automatically install itself, you just have to wait until you it's finished. When it's done, it'll be started automatically, you don't have to do anything.
Finally, if you've installed everything correct, you can start using PreMiD, just visit YouTube or other services and start watching/listening something! {% endtab %}
{% tab title="Mac OS" %}
- Download the latest version of the application
- Open the downloaded .dmg file
- Drag PreMiD Into your Applications Folder
- Open your Launchpad or press F4
- Open PreMiD
- Press "Allow" if a window pops up
- Install the extension if you haven't already {% endtab %}
{% tab title="Linux" %} {% hint style="info" %} If you want to talk about the GNU/Linux support visit: PreMiD/PreMiD#21 {% endhint %}
- Clone the repository:
git clone https://github.com/Timeraa/PreMiD.git
- Change the working directory:
cd PreMiD/src
- Install dependencies and the application itself:
npm install
- Now you can start the application:
npm start
{% endtab %} {% endtabs %}