Skip to content

Commit ea9c9a4

Browse files
committed
Merge pull request #60 from RobotWebTools/phantomjs_dependency
add phantomjs install
2 parents f0fa305 + 9934996 commit ea9c9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ roslibjs Build Setup
1212
* `sudo add-apt-repository ppa:chris-lea/node.js`
1313
* `sudo apt-get update && sudo apt-get install nodejs phantomjs`
1414
2. Install Grunt and the test runner [Karma](http://karma-runner.github.io/)
15-
* `sudo npm install -g grunt-cli karma`
15+
* `sudo npm install -g grunt-cli karma phantomjs`
1616
* `sudo rm -rf ~/.npm ~/tmp`
1717
3. Install the Grunt tasks specific to this project
1818
* `cd /path/to/roslibjs/utils/`
@@ -27,7 +27,7 @@ roslibjs Build Setup
2727
* Go to [Node.js Downloads](http://nodejs.org/download/)
2828
* Download and install the Universal pkg file.
2929
2. Install Grunt and the test runner [Karma](http://karma-runner.github.io/)
30-
* `sudo npm install -g grunt-cli karma`
30+
* `sudo npm install -g grunt-cli karma phantomjs`
3131
3. Install the Grunt tasks specific to this project
3232
* `cd /path/to/roslibjs/utils/`
3333
* `npm install .`

0 commit comments

Comments
 (0)