From 1c5af12e52300aa504e62525d7284ab60bf281da Mon Sep 17 00:00:00 2001
From: MACIEJ BARZOWSKI <maciej.barzowski@pg.edu.pl>
Date: Tue, 29 Oct 2024 11:03:14 +0000
Subject: [PATCH] Updated README

---
 README.md | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index b0d7ad4..d66ad50 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
-- 
GitLab