From 5ef7126a3ac474bbedc6515426e79b6a2e75df37 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Wed, 2 Nov 2016 10:00:38 -0400 Subject: [PATCH] meta_checkout; closes #544 --- src/backends/glvisualize.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backends/glvisualize.jl b/src/backends/glvisualize.jl index 398b34c4..c44f4b16 100644 --- a/src/backends/glvisualize.jl +++ b/src/backends/glvisualize.jl @@ -78,11 +78,11 @@ end function add_backend_string(b::GLVisualizeBackend) """ For those incredibly brave souls who assume full responsibility for what happens next... - There's an easy way to get what you need for the GLVisualize backend to work: + There's an easy way to get what you need for the GLVisualize backend to work (until Pkg3 is usable): Pkg.clone("https://github.com/tbreloff/MetaPkg.jl") - import MetaPkg - MetaPkg.checkout("MetaGL") + using MetaPkg + meta_checkout("MetaGL") See the MetaPkg readme for details... """