Skip to content

Commit f73e7f9

Browse files
committed
Update README.md
1 parent aeab6b2 commit f73e7f9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,12 +408,18 @@ To create custom build install [grunt command line interface](https://github.com
408408
npm install -g grunt-cli
409409
```
410410

411+
Then, make sure all Node dependencies are installed by runnung the following command in the `Multiplex` directory:
412+
413+
````
414+
npm install
415+
````
416+
411417
Now by running the `grunt` command, in the `Multiplex` directory, you can build Multiplex:
412418
```
413419
grunt
414420
```
415421

416-
To execute all unit tests using grunt, use `grunt tests` command; This uses [PhantomJS](http://www.phantomjs.org/) to run over 500 unit tests defined in `test` directory, you can also run tests from within your browser by running `test\mx.html` file.
422+
To execute all unit tests using grunt, run `grunt tests` command; This uses [PhantomJS](http://www.phantomjs.org/) to run over 500 unit tests defined in `test` directory, you can also run tests from within your browser by running `test\mx.html` file.
417423

418424
To build a full version of Multiplex use:
419425
````

0 commit comments

Comments
 (0)