From: Marian Korosec Date: Wed, 7 Mar 2018 09:23:12 +0000 (+0100) Subject: Installation info added to README.md X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=799790e38ffd90c7a9665a2d8ac03067c3d411fe;p=diplomarbeit-mechatronik-vorlage-latex.git Installation info added to README.md --- diff --git a/README.md b/README.md index c85f4d3..552d90d 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ # Diplomarbeit_Mechatronik_Vorlage_Latex + +## Installation + +### Windows + ++ Miktex Download: https://miktex.org/download ++ Texmaker Download: http://www.xm1math.net/texmaker/download.html + +### Ubuntu + ++ Miktex Installation +``` +sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D6BC243565B2087BC3F897C9277A7293F59E4889 +echo "deb http://miktex.org/download/ubuntu xenial universe" | sudo tee /etc/apt/sources.list.d/miktex.list +sudo apt update +``` +``` +sudo apt install miktex +``` + ++ Texmaker Installation: +``` +sudo apt install texmaker +```