diff --git a/README.md b/README.md index d933f3d2..dd958d99 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,17 @@ Please add wishlist items, bugs, or any other comments/questions to the issues l - [Qwt.jl](docs/qwt_examples.md) - [Gadfly.jl](docs/gadfly_examples.md) -- [UnicodePlots.jl](docs/gadfly_examples.md) +- [UnicodePlots.jl](docs/unicodeplots_examples.md) ## Installation -First, clone the package, and get any plotting packages you need: +First, clone the package, and get any plotting packages you need (obviously, you should get at least one backend): ``` Pkg.clone("https://github.com/tbreloff/Plots.jl.git") Pkg.add("Gadfly") # [optional] Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # [optional] requires pyqt and pyqwt +Pkg.add("UnicodePlots") # [optional] ``` ## Use