From b5aa1ebe7aa91bd588cc7ba8cdb8b7ed8c2519b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jasper=20Clemens=20Gr=C3=A4flich?= <jasper.graeflich@ptb.de>
Date: Fri, 22 Jul 2022 12:10:19 +0000
Subject: [PATCH] Fix build instructions in README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9ecbb3a..9633034 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,13 @@ Repository to track everything related to my PhD thesis. There is a [wiki](https
 Unfortunately it is not possible to link the artifacts here directly because of the build process. It is possible to build files from source by changing into the directory of the document to be built and then running `lualatex` and `biber`. All files can also be built using [`arara`](https://github.com/islandoftex/arara). For example, if you want to build my thesis, you can do the following:
 
 ```shell
-git clone gitlab1.ptb.de/graefl01/thesis.git
+git clone https://gitlab1.ptb.de/graefl01/thesis.git
 cd thesis/thesis
-arara
+arara thesis
 ```
 
+This will create a file `thesis.pdf` in the same folder.
+
 ## Legal notice
 
 The Rust and Cargo word marks and logos are part of the Rust Trademarks and owned by Mozilla and is distributed under [Creative Commons Attribution license (CC BY)](https://creativecommons.org/licenses/by/4.0/). More information is found [here](https://www.rust-lang.org/policies/media-guide).
-- 
GitLab