diff --git a/_posts/julia/getting-started/2015-05-25-getting-started_julia_index.html b/_posts/julia/getting-started/2015-05-25-getting-started_julia_index.html index a8769904e..f140c8129 100755 --- a/_posts/julia/getting-started/2015-05-25-getting-started_julia_index.html +++ b/_posts/julia/getting-started/2015-05-25-getting-started_julia_index.html @@ -15,7 +15,7 @@

Installation

Install using Julia's Pkg module. From the Julia REPL:

-
Pkg.clone("https://github.com/plotly/Plotly.jl")
+
Pkg.add("Plotly")