Commit 799790e38ffd90c7a9665a2d8ac03067c3d411fe
authorMarian Korosec <kormam13@htl-kaindorf.ac.at>
Wed, 7 Mar 2018 09:23:12 +0000 (10:23 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Mar 2018 09:23:12 +0000 (10:23 +0100)
README.md

index c85f4d353ae5abe175ed321283effb41e938f968..552d90d6bf0769d4c4cfe22c3abb484fa7a86b07 100644 (file)
--- 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 
+```