From 2da0ddfd972b8b2b8a0da813641fdf0bc24afb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Jos=C3=A9=20Ramos?= <mariayellowd@gmail.com> Date: Tue, 11 May 2021 17:49:54 +0000 Subject: [PATCH] New Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f751531..910b6a4 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,17 @@ When running the **Git&Zenodo Assistant program**, you will see the main menu, w To avoid problems while using the program remember to **install the requirements** by following the instructions below; **create your Git and/or Zenodo account** beforehand; and have your **authentication** information: (your username and password/token) +### Git clone +* * * + +To get all the files in this repository and use the program, clone the file to your local machine or to the **ATLAS Virtual Machine** by opening the terminal and typing: +```git clone https://gitmilab.redclara.net/ramosm/git-zenodo-assistant.git``` +If you want to have this repository in your own GitLab account, **fork** the repository and then **clone** it with the https from your **own** account. + ### Requirements * * * -This program was made to be runned in the **ATLAS Virtual Machine.** It can also be executed locally, if the user has python3 installed, by openning a Linux like Terminal and installing the requirements. +This program was made to be runned in the **ATLAS Virtual Machine.** It can also be executed locally, if the user has python3 installed, by opening a Linux like Terminal and installing the requirements. The requirements in the ```requirements.sh``` file correspond to certain python libraries, which need to be installed in the **ATLAS Virtual Machine** too. -- GitLab