Skip to content

Commit 7626dbe

Browse files
committed
readme update
1 parent 3ff7d06 commit 7626dbe

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
waveform-visualizer
22
===================
33

4-
Visualizes waveform data (peaks) that got generated using: https://github.com/chrisweb/waveform-data-generator
4+
Visualizes waveform data (peaks) that got generated using: https://github.com/chrisweb/waveform-data-generator
5+
6+
Getting started
7+
---------------
8+
9+
* First, start by installing nodejs (http://nodejs.org/) (which includes npm) to run bower
10+
* You will also have to install git (http://git-scm.com/download) which is a bower dependency
11+
* Do a local checkout of this project using git
12+
* Use your command line tool and go to the root of this project (type: cd /LOCAL_PROJECT_PATH)
13+
* Install bower (http://bower.io/) using npm, go the root of this project using your command line tool and then type: npm install -g bower
14+
* type: bower install, to install the required vendor packages (dependencies)

0 commit comments

Comments
 (0)