add instructions

This commit is contained in:
koksnuss 2019-06-25 13:02:16 +02:00
parent 318c52d7d1
commit ad313502aa

View File

@ -1,3 +1,11 @@
# texmaster # texmaster
Latex master template. Latex master template.
```sh
mkdir $report
cd $report
git clone https://willipink.eu/git/moritz/texmaster.git
cp texmaster/master.tex $report.tex
v report.tex
```