From 982e7a226a27e1f7fa318f13edbb7a733447182a Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Wed, 3 Oct 2018 06:41:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3e79a0..748754c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This module is used for the doubletank lab. In Julia, install with ```julia +Pkg.clone("git@gitlab.control.lth.se:processes/LabProcesses.jl.git") +Pkg.clone("git@gitlab.control.lth.se:labdev/LabConnections.jl.git") Pkg.clone("https://gitlab.control.lth.se/processes/LabGUI.jl.git") Pkg.clone("https://gitlab.control.lth.se/processes/DoubleTankLab.jl.git") ``` -- GitLab