diff --git a/README.md b/README.md
index 9ecbb3a00965844f9c97ba7a0215606bea28821e..9633034bd541aa16c2d423451fafac6d5c93c28b 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).