Commit 41a8097f6e6567648521ce7e81ecedbcd9ad6713

Authored by quillotm
1 parent 949293eede
Exists in master

Improvment of readme

Showing 1 changed file with 26 additions and 0 deletions Side-by-side Diff

  1 +# A Latex template for you thesis
  2 +
  3 +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.
  4 +
  5 +# How to use this template?
  6 +
  7 +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.
  8 +
  9 +## Download the zip file or clone the repository
  10 +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:
  11 +```git clone [URL]```
  12 +Since this repository can be pushed on many remote repositories, we let you change the [URL] value.
  13 +
  14 +## Fork this repository
  15 +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.
  16 +
  17 +TODO: Add an example of fork and branch creation.
  18 +
  19 +## Clone and change the remote repository
  20 +Since I can't fork this repository because it is mine, I clone it and I change the remote repository with the following command:
  21 +```git add remote [name_remote] [url]```
  22 +Then, I push the changes to the new remote repository by using the following command:
  23 +```git push [name_remote]```
  24 +