Skip to content

Commit

Permalink
Added documentation for installing nightly builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
activist authored and TorsteinHonsi committed Apr 17, 2020
1 parent a6aec8b commit 0c9dfb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ See [npm documentation](https://docs.npmjs.com/) on how to get started with npm.
npm install --save highcharts
```

#### Install nightly builds
See [highcharts documentation](https://www.highcharts.com/docs/getting-started/install-from-npm) for installing nightly builds.

Note that we do not recommend the use of the nightly build in production environments as these **may contain bugs and are not considered stable.**

```
npm install --save highcharts/highcharts-dist#nightly
```


### Install from Bower
See [Bower documentation](https://bower.io/) on how to get started with Bower.
```
Expand Down

0 comments on commit 0c9dfb9

Please sign in to comment.