From b71eb3e61adaeac7d9fa0d0360540d27a5f9763f Mon Sep 17 00:00:00 2001 From: SALORT Julien Date: Mon, 24 Aug 2020 14:46:58 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 12f7ee2..bb07574 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,10 @@ Installation ------------ -Installation should be done from the repository, +The last version of the code can be obtained from the gitlab repository: ``` -git clone https://gitlab.aliens-lyon.fr/ddumont/4d-ptv-official.git -cd 4D-PTV/Documentation/ -make html -make +git clone https://gitlab.in2p3.fr/turbulence/4d-ptv.git ``` -The ``make html`` command creates the documentation webpage. To show it -``` -cd build/html/ -``` -Open Tutorial.html - -The ``make`` command compile all codes. +Please refer to the [online documentation](https://turbulence.pages.in2p3.fr/4d-ptv/) for more information. -- GitLab