diff --git a/README.md b/README.md
index a3e79a0c083f4f1ef7b80a229eec3f89974842a7..748754cf37e596171fe8e4fc4bd02bf6086fa658 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")
 ```