diff --git a/README.md b/README.md
index 97be40cf75fe3a116da03c831e1190ac425e25e7..404d780c4b86e33b52eff49444ed4d5af6109765 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
 ```