From 41a8097f6e6567648521ce7e81ecedbcd9ad6713 Mon Sep 17 00:00:00 2001 From: quillotm Date: Mon, 11 Oct 2021 11:22:47 +0200 Subject: [PATCH] Improvment of readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index e69de29..e892150 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,26 @@ +# A Latex template for you thesis + +Hello you, in this repository, you will find a latex template for you thesis. Save time and use this template. Everything is designed to help you structure your manuscript. + +# How to use this template? + +You have three ways to use it. Download the zip file or clone the repository. Fork it. Clone and change the remote repository. They are all detailed just below. + +## Download the zip file or clone the repository +It is the simplest way to use the template. You can download the zip file or clone it on your computer by using the following command: +```git clone [URL]``` +Since this repository can be pushed on many remote repositories, we let you change the [URL] value. + +## Fork this repository +You can also fork this repository. Using this solution, you can contribute by creating branches, adding your thesis content in this branch as an other example or just improve the main branch with new proposition to make better the very first template. + +TODO: Add an example of fork and branch creation. + +## Clone and change the remote repository +Since I can't fork this repository because it is mine, I clone it and I change the remote repository with the following command: +```git add remote [name_remote] [url]``` +Then, I push the changes to the new remote repository by using the following command: +```git push [name_remote]``` + + + -- 1.8.2.3