Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar committed Dec 31, 2022
1 parent 2185bbe commit 27f023b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Antrag auf Mitgliedschaft

Hier liegt der Westwoodlabs e.V. Mitgliedsantrag als LaTeX-Quelltext. Das PDF wird automatisch bei jedem Commit gebaut (siehe Build Artifacts). Wird der Commit zusätzlich getaggt, wird das PDF release und kann unter [Releases](https://github.com/Westwoodlabs/Mitgliedsantrag/releases) gefunden werden.

## Download

siehe [Releases](https://github.com/Westwoodlabs/Mitgliedsantrag/releases).

## Bauen (Docker)
## Manuell Bauen

### Docker

`docker run -v "$(pwd):/workdir" danteev/texlive latexmk -pdf -latexoption=-file-line-error -latexoption=-interaction=nonstopmode -outdir=build 'Mitgliedsantrag_Westwoodlabs.tex'`

## Bauen (unter Arch-Linux)
### Arch-Linux

Dependencies: `pacman -S texlive-most`
Bauen: `pdflatex 'Mitgliedsantrag_Westwoodlabs.tex'`
Bauen: `pdflatex 'Mitgliedsantrag_Westwoodlabs.tex'`

0 comments on commit 27f023b

Please sign in to comment.