From 3c9eaeb41eff106de40a7ea1865c8d9b7885188d Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Wed, 28 Mar 2018 06:25:22 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4407596..a3e79a0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This module is used for the doubletank lab. +In Julia, install with +```julia +Pkg.clone("https://gitlab.control.lth.se/processes/LabGUI.jl.git") +Pkg.clone("https://gitlab.control.lth.se/processes/DoubleTankLab.jl.git") +``` + ## Usage After running ```julia -- GitLab