From 6901868ff51bf0026280bff1616fddd451b72d1d Mon Sep 17 00:00:00 2001 From: Spencer Lyon Date: Mon, 19 Dec 2016 09:08:27 -0500 Subject: [PATCH] DOC: add note about #83 to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4a38e24b..238dec78 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,18 @@ Check out the [docs](http://spencerlyon.com/PlotlyJS.jl/)! [_plotlyjs]: https://plot.ly/javascript + +## Installation + +If you intend to use the [Electron display](http://spencerlyon.com/PlotlyJS.jl/syncplots/#electronplot) or any of its features (recommended) you will need to enter the following at the Julia REPL: + +```julia +using Blink +Blink.AtomShell.install() +``` + +Note that this is a one time process. + +Also, if you have issues building this package because of installation of the MbedTLS package please see [this issue](https://github.com/spencerlyon2/PlotlyJS.jl/issues/83). + +