Skip to content

Commit 69525d5

Browse files
committed
changed Readme for compilation
1 parent f9dc579 commit 69525d5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

lib/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Compilation:
22

3-
To compile the data structures library, navigate to the root directory containing this Makefile and run the following command:
4-
5-
63
To compile the data structures library, follow these steps:
74

85
1. Clone this repository to your local machine or download the source code as a ZIP file.
@@ -26,9 +23,9 @@ To use the library in your C projects, follow these steps:
2623

2724
2. Include the required header files in your C source files to access the data structures you want to use. For example, to use the Stack module, include the following line at the top of your C source file:
2825

29-
```c
30-
#include "<path_to_your_project_folder>/Stack/Stack.h" (Replace <path_to_your_project_folder> with the actual path to your project folder.)
31-
26+
```bash
27+
~#include "<path_to_your_project_folder>/Stack/Stack.h" (Replace <path_to_your_project_folder> with the actual path to your project folder.)
28+
```
3229

3330
##
3431

0 commit comments

Comments
 (0)