From 7c6b6e6072ef60f764b2eba35ca0274d3df657d5 Mon Sep 17 00:00:00 2001 From: Vesa Oikonen <vesoik@utu.fi> Date: Mon, 11 Dec 2023 18:41:59 +0200 Subject: [PATCH] added clone instruction --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b1976d7..e740a55 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ Both the Linux scripts (`.sh` files) and Windows batch files (`.bat`) are depend [installed](http://www.turkupetcentre.net/tpcclib-doc/md_install.html) separately. In Windows computers in TPC/hospital network the `.bat` files work directly without need for installing any additional software. + +This repository can be cloned to your current working folder with command + + git clone --depth 1 https://gitlab.utu.fi/vesoik/simulations.git simulations -- GitLab