From 500b32b4ea7318be4905a79f0371a9b89287387c Mon Sep 17 00:00:00 2001
From: Mohcine Chraibi <m.chraibi@fz-juelich.de>
Date: Fri, 26 Jan 2018 20:23:26 +0100
Subject: [PATCH] Update README.md

---
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 09c222a..e11c2b1 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# requirement
+# Requirement
 
 - Theme [metropolis](https://github.com/matze/mtheme)
 
 
 ```
-tlmgr update --all
+sudo tlmgr update --all
 ```
 
 - xelatex
 
 ```
-sudo apt-get install texlive-xetex
+sudo apt-get install -y texlive-xetex
 ```
 
 
@@ -35,5 +35,6 @@ sudo apt-get install texlive-xetex
 
 # Settings
 
-in the file `.settings.org` missing packages or configurations e.g. beamer style can be added.
-Update the institute name in that file.
+In the file `.settings.org` missing packages or configurations e.g. beamer style can be added.
+
+**Update** the institute name in that file.
-- 
GitLab