Skip to content
Snippets Groups Projects
Commit 68a59cbd authored by sah2-zaheer's avatar sah2-zaheer
Browse files

Update file README.md

parent 8f10a143
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
### Steps
#### 1. Cloning the Repository
First, I cloned the required repository and navigated to the appropriate directory:
First, I cloned the required repository and navigated to the directory:
```bash
cd esp_lab2
......@@ -25,11 +25,11 @@ cd Lab2
make
```
This invoked the build process, compiling all necessary files into the target executable. The output looked like this:
This started the build process, compiling all necessary files into the target executable. The output looked like this:
![Build Output](lab%202%20ss%202%20(running%20make%20successfully).PNG)
The image above shows the detailed output of the `make` command, including the compilation steps and the object files being linked to create the final executable.
The image above shows the output of the `make` command, including the compilation steps and the object files being linked to create the final executable.
---
......@@ -46,5 +46,5 @@ The `demo.elf` file is the compiled executable, ready to be flashed onto the boa
![Demo ELF File](lab%202%20ss%203%20(demo.elf%20is%20there).PNG)
This image confirms that the `demo.elf` file was successfully generated.
This image shows that the `demo.elf` file was successfully generated.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment