diff --git a/README.md b/README.md
index a09024c880a0875818d097298cc8415f0ad9bece..6c010f14cf641a8235eb2682ce81de7ecbee4cbd 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,7 +46,9 @@ In my case /<XILINX\_INSTALL\_FOLDER>/ corresponds to /tools/Xilinx/.
 ### Clone of the GIT Scalp Firmware repository (HDL)
 
 ```
-$ git https://gitedu.hesge.ch/soma/scalp_firmware.git
+$ cd <SCALP_PROJECT_FOLDER>
+$ git clone https://gitedu.hesge.ch/soma/scalp_firmware.git
+$ cd scalp_firmware
 $ git checkout SCALP-SAFE-v0.01
 ```
 
@@ -66,7 +68,9 @@ 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
 ```