Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.55 KB

windows.md

File metadata and controls

62 lines (42 loc) · 1.55 KB

Installation instructions for Windows systems

These instructions have been tested on Windows 10 1803 x64

Install Node.js

  • Go to https://nodejs.org
  • Download the "Current" version
  • Run the .msi package and complete the install
  • Verify the installation by opening Powershell and typing node --version and hitting Enter. The version number of your node installation is shown in the next line

Install h2

Cloning from Github

  • Clone this repository
git clone https://github.com/poush/h2`
  • Open Powershell
  • Change to the folder containing the cloned version
  • Install dependencies - this might take a few minutes
npm install

Using the zip file from Github

  • Save the zip to your disk
  • Unzip it to the desired target location
  • Open Powershell
  • Change to the folder containing the cloned version (h2-master)
  • Install dependencies - this might take a few minutes
npm install --dev

Run h2

After the installation is complete stay in the h2 directory and type

nmp start

Play a video

  • Once the program has started you see the H2 window on top containing the text
Hello People!

Start by pasting any youtube url. For bugs, you can create issues at github.com/poush/h2
  • Open a video on youtube using your browser, copy its URL
  • Paste the URL into the H2 window using <Ctrl>+<Shift>+V and the video automatically starts.