Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 3.31 KB

application.md

File metadata and controls

49 lines (35 loc) · 3.31 KB

Application

{% hint style="warning" %} You have to install the extenstion and the application to get it working correctly! {% endhint %}

Application

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.

Download 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.

SmartScreen warning

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.

SmartScreen warning

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" %}

  1. Download the latest version of the application
  2. Open the downloaded .dmg file
  3. Drag PreMiD Into your Applications Folder
  4. Open your Launchpad or press F4
  5. Open PreMiD
  6. Press "Allow" if a window pops up
  7. 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 %}

  1. Clone the repository: git clone https://github.com/Timeraa/PreMiD.git
  2. Change the working directory: cd PreMiD/src
  3. Install dependencies and the application itself: npm install
  4. Now you can start the application: npm start {% endtab %} {% endtabs %}