From 33d8ccdf438469968c4b982da3c7f98c3049ad13 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Mon, 8 Oct 2018 18:37:15 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 748754c..860793a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # DoubleTankLab This module is used for the doubletank lab. +It currently works for julia v0.6 only. +## Installation 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/LabProcesses.jl.git") +Pkg.clone("https://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") ``` @@ -15,4 +17,5 @@ After running ```julia using DoubleTankLab ``` -the method `runprocess()` runs the tank lab GUI with a physical process. Running `runsimulation()` runs it as a simulation. The GUI is then accessible via browser, by default at <http://0.0.0.0:8000>. +the method `runprocess()` runs the tank lab GUI with a physical process. Running `runsimulation()` runs it as a simulation. +The GUI is then accessible via browser, by default at <http://0.0.0.0:8000>. -- GitLab