Skip to content

Commit dc0a53f

Browse files
author
Nathan Weber
committed
new read me info
1 parent 85cc335 commit dc0a53f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# dash.js
22

3-
A reference client implementation for the playback of MPEG DASH via JavaScript and compliant browsers. Learn more about DASH IF Reference Client
3+
A reference client implementation for the playback of MPEG DASH via JavaScript and compliant browsers. Learn more about DASH IF Reference Client.
4+
5+
If your intent is to use the player code without contributing back to this project, then use the MASTER branch which holds the approved and stable public releases.
6+
7+
If your goal is to improve or extend the code and contribute back to this project, then you should make your changes in, and submit a pull request against, the DEVELOPMENT branch. Read through our wiki section on https://github.com/Dash-Industry-Forum/dash.js/wiki/How-to-Contribute for a walk-through of the contribution process.
48

59
All new work should be in the development branch. Master is now reserved to tag builds.
610

711
## Quick Start
812

9-
Download 'master' or latest tagged release, extract and open main folder dash.js/index.html in your web browser to view the main test file.
13+
Download 'master' or latest tagged release, extract and open main folder dash.js/index.html in your web browser to view the main test file.
1014

11-
### Install Dependencies
15+
### Install Dependencies
1216
1. [install nodejs](http://nodejs.org/)
13-
2. [install grunt](http://gruntjs.com/getting-started)
14-
* npm install -g grunt-cli
17+
2. [install grunt](http://gruntjs.com/getting-started)
18+
* npm install -g grunt-cli
1519
3. [install grunt-template-jasmine-istanbul](https://github.com/maenu/grunt-template-jasmine-istanbul)
16-
* npm install grunt-template-jasmine-istanbul --save-dev
20+
* npm install grunt-template-jasmine-istanbul --save-dev
1721
4. install some other dependencies:
18-
* npm install grunt-contrib-connect grunt-contrib-watch grunt-contrib-jshint grunt-contrib-uglify
22+
* npm install grunt-contrib-connect grunt-contrib-watch grunt-contrib-jshint grunt-contrib-uglify
1923

2024
### Build / Run tests:
2125
```

0 commit comments

Comments
 (0)