Skip to content

Commit b60c771

Browse files
authored
Update README.md for installation instructions and formatting improvements.
Enhanced the README.md file to provide clearer installation instructions for the Automated Menu Management System. The installation section now includes properly formatted code blocks for each command, ensuring users can easily follow the setup process. This update improves overall readability and usability, providing a more user-friendly experience for developers and end-users. Signed-off-by: Nima Ghobadi <nima.ghobadi98@gmail.com>
1 parent 3766ffe commit b60c771

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ To install the Automated Menu Management System, please follow these steps:
2727
```bash
2828
git clone https://github.com/nimaaghobadi/AutomatedMenuManagementSystem.git
2929
2. Navigate to the project directory:
30-
```bash
31-
cd AutomatedMenuManagementSystem
32-
```
30+
```bash
31+
cd AutomatedMenuManagementSystem
32+
```
3333
4. Compile the source code:
34-
```bash
35-
make
36-
```
34+
```bash
35+
make
36+
```
3737

3838
## Usage
3939
To compile and run the Automated Menu Management System, follow these steps:

0 commit comments

Comments
 (0)