From fe1042c8f6a79c6801082b217d1fb7f9554dfee8 Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Mon, 31 Aug 2020 11:06:29 +0200 Subject: [PATCH] Update README Signed-off-by: Riccardo Finotello --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f83a28..6bd974d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # Ph.D. Thesis -![Build PDFLaTeX](https://github.com/thesfinox/phd-thesis/workflows/Build%20PDFLaTeX/badge.svg) +[![Build PDFLaTeX](https://github.com/thesfinox/phd-thesis/workflows/Build%20PDFLaTeX/badge.svg)](https://github.com/thesfinox/phd-thesis/actions) This project contains the LaTeX code of my Ph.D. defence thesis. The LaTeX file compiles using PDFLaTeX as backend. - -The repository contains submodules which point to other repositories where I keep my custom packages and classes. -Clone the repository using `git clone --recurse-submodules` to include them in your local machine.