From 799790e38ffd90c7a9665a2d8ac03067c3d411fe Mon Sep 17 00:00:00 2001 From: Marian Korosec Date: Wed, 7 Mar 2018 10:23:12 +0100 Subject: [PATCH] Installation info added to README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 +``` -- 2.39.5