File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ First install Node:
37
37
$ brew install node (on OSX)
38
38
$ sudo apt-get install node (on Linux)
39
39
40
- Then install CoffeScript and Jison. Do this from the root VexTab directory so it creates a sub-directory called ` node-modules ` .
40
+ Then install the depdencies managed in the ` package.json ` :
41
41
42
- $ npm install jison coffee-script
42
+ $ npm install
43
43
44
44
Next, install Ruby and the ` bundler ` gem. Then install all the dependencies
45
45
by typing:
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " vextab" ,
3
+ "version" : " 2.0.0" ,
4
+ "author" : " Muthanna Cheppudira" ,
5
+ "description" : " A VexTab Parser for VexFlow" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/0xfe/vextab.git"
9
+ },
10
+ "licence" : " MIT" ,
11
+ "devDependencies" : {
12
+ "coffee-script" : " *" ,
13
+ "jison" : " *"
14
+ }
15
+ }
You can’t perform that action at this time.
0 commit comments