From ab9c31b10c6573b2f5f1d15179645069596dbadf Mon Sep 17 00:00:00 2001
From: "joachim.schmidt" <joachim.schmidt@hesge.ch>
Date: Tue, 16 Feb 2021 08:03:00 +0100
Subject: [PATCH] Modification of the README.md file

---
 README.md | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 97be40c..404d780 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ PetaLinux is an extension of the Yocto project that provides official support (X
 
 **Please note that this workflow only works with Linux. Please consult the Linux distributions supported by Vivado. If you intend to use Windows and the Linux subsystem. Don't waste your time asking me questions.**
 
-* [PetaLinux 2020.2 Package List](https://www.xilinx.com/Attachment/2020.2_PetaLinux_Package_List.xlsx)
-* [PetaLinux 2020.2 user guide](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2020_2/ug1144-petalinux-tools-reference-guide.pdf)
+[PetaLinux 2020.2 Package List](https://www.xilinx.com/Attachment/2020.2_PetaLinux_Package_List.xlsx)
+[PetaLinux 2020.2 user guide](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2020_2/ug1144-petalinux-tools-reference-guide.pdf)
 
 ### First steps to perform
 
@@ -46,9 +46,7 @@ In my case /<XILINX\_INSTALL\_FOLDER>/ corresponds to /tools/Xilinx/.
 ### Clone of the GIT Scalp Firmware repository (HDL)
 
 ```
-$ cd <SCALP_PROJECT_FOLDER>
-$ git clone https://gitedu.hesge.ch/soma/scalp_firmware.git
-$ cd scalp_firmware
+$ git https://gitedu.hesge.ch/soma/scalp_firmware.git
 $ git checkout SCALP-SAFE-v0.01
 ```
 
@@ -68,9 +66,7 @@ and File -> Export -> Export Hardware -> include bitstream
 ### Clone of the GIT Scalp PetaLinux repository
 
 ```
-$ cd <SCALP_PROJECT_FOLDER>
 $ git clone https://gitedu.hesge.ch/soma/scalp_petalinux.git
-$ cd scalp_petalinux
 $ git checkout SCALP-SAFE-v0.01
 ```
 
-- 
GitLab