From fb10266b91a568e5c10566a8c7637ee96ea5575c Mon Sep 17 00:00:00 2001
From: roangel <roangel@student.ethz.ch>
Date: Mon, 9 Oct 2017 15:09:24 +0200
Subject: [PATCH] Update workflow_for_students.md

---
 pps_wiki/workflow_for_students.md | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/pps_wiki/workflow_for_students.md b/pps_wiki/workflow_for_students.md
index ee73cfc1..14053cf2 100644
--- a/pps_wiki/workflow_for_students.md
+++ b/pps_wiki/workflow_for_students.md
@@ -12,16 +12,12 @@ gyrosensor needs to initialize.
     it would be helpful to check if the repository is in the last version, and
     if the source code has been properly compiled. To do this, follow the next steps:
        1. Go to the next folder: `cd ~/work/D-FaLL-System/pps_ws`
-       2. Checkout master branch of the repository and pull:
-
-       ``git checkout master``
-
-       ``git pull origin master``
-
+       2. Checkout master branch of the repository and pull:<br />
+         ``git checkout master``<br />
+         ``git pull origin master``<br />
        *Note: to do this step, you will be asked a username and a password. Use
        the same credentials you use for your ETH account. Also, make sure you
-       have an active account in gitlab: [https://gitlab.ethz.ch/](https://gitlab.ethz.ch/)*
-
+       have an active account in gitlab: [https://gitlab.ethz.ch/](https://gitlab.ethz.ch/)*<br />
        3. Compile the source code running `catkin_make`
 
 ---
-- 
GitLab