From 779080b6e1421ea58428f5fd1f0ad06bedee9d2e Mon Sep 17 00:00:00 2001
From: Hadrien Patte <hadrien.patte@protonmail.com>
Date: Tue, 9 Oct 2018 10:57:28 +0200
Subject: [PATCH] add README with instructions on how to use this repo

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1a58aad
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# LaTeX CI Template
+
+This project is a template to automatically build a LaTeX project with Gitlab CI (Continuous Integration).
+
+## How to use it
+
+* [Fork](https://gitlab.viarezo.fr/dric0/latex-ci-template/forks/new) this project.
+* Replace the content of `main.tex` with your LaTex code.
+* Edit the [Download your PDF](#download-your-pdf) section : replace every `dric0` occurence (there are 3) with your gitlab username, and edit the repository name if you have changed it.
+* Have fun
+
+## Download your PDF
+
+[![pipeline status](https://gitlab.viarezo.fr/dric0/latex-ci-template/badges/master/pipeline.svg)](https://gitlab.viarezo.fr/dric0/latex-ci-template/commits/master)
+
+[Download](https://gitlab.viarezo.fr/dric0/latex-ci-template/-/jobs/artifacts/master/raw/main.pdf?job=build)
-- 
GitLab