diff --git a/README.md b/README.md index f7515316ed7f3ae7e8a1b9f5a51d6df46fc40bdc..910b6a449c6bd0ae4c34877f929f01126fd5c682 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.