Skip to content
Snippets Groups Projects
Commit b5aa1ebe authored by Jasper Clemens Gräflich's avatar Jasper Clemens Gräflich
Browse files

Fix build instructions in README.md

parent a8520d32
No related branches found
No related tags found
No related merge requests found
Pipeline #86561 passed
...@@ -8,11 +8,13 @@ Repository to track everything related to my PhD thesis. There is a [wiki](https ...@@ -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: 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 ```shell
git clone gitlab1.ptb.de/graefl01/thesis.git git clone https://gitlab1.ptb.de/graefl01/thesis.git
cd thesis/thesis cd thesis/thesis
arara arara thesis
``` ```
This will create a file `thesis.pdf` in the same folder.
## Legal notice ## 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). 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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment