diff --git a/README.md b/README.md
index b0d7ad4659f104eb34bbdbfe57322ac593b6d5c0..d66ad5037880e7612a5e9302df0f00eceae97b23 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,25 @@
 # Repository for Linux stuff used mostly (but not only) for FPGA IoT uses cases
 
-## Supported boards
+## <ins>Supported boards</ins>
 * DE0 Nano SoC board: https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=167&No=941
 * Arria10 SoC DevKit board: https://www.intel.com/content/www/us/en/products/details/fpga/development-kits/arria/10-sx.html
 
-### Steps
-Clone project repository:
+## <ins>Steps</ins>
+#### 1. Clone project repository:
 
     git clone git@git.pg.edu.pl:p765918/intel_fpga_yocto.git
 
-Select the appropriate branch depending on the board:
+#### 2. Go to cloned repository:
 
-    DE0 Nano SoC board:       git checkout de0-nano-soc
+    cd intel_fpga_yocto
+
+#### 3. Select the appropriate branch depending on the board:
+
+a. DE0 Nano SoC board:
+
+    git checkout de0-nano-soc
+
+b. Arria10 SoC DevKit board: 
+
+    git checkout aria10
 
-    Arria10 SoC DevKit board: git checkout aria10
\ No newline at end of file