Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 555 Bytes

installing.md

File metadata and controls

29 lines (19 loc) · 555 Bytes

Installing Harmonic

Prerequirements

  • Node.js >= 0.10 or io.js.
  • npm.

Simple installation

Harmonic is available on npm:

npm install harmonic -g

Bleeding edge installation

You can install Harmonic directly from the GitHub repository:

git clone https://github.com/es6rocks/harmonic.git
cd harmonic
npm link

If everything is ok, you can type harmonic in your terminal, and you will get the harmonic menu:
Harmonic CLI

<<< Index | Configuring Harmonic >>>