Skip to content

Commit f0d94ac

Browse files
committed
update changes and bug fixes
1 parent 79ec051 commit f0d94ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ cd src
1212

1313
### Build
1414

15-
Get the latest version of Mingw-w64 via MSYS2, which provides up-to-date native builds of GCC, Mingw-w64, and other helpful C++ tools and libraries. Click here to download the MSYS2 installer. Then follow the instructions on the MSYS2 website to install Mingw-w64.
15+
** Get the latest version of Mingw-w64 via MSYS2, which provides up-to-date native builds of GCC, Mingw-w64, and other helpful C++ tools and libraries. Click here to download the MSYS2 installer. Then follow the instructions on the MSYS2 website to install Mingw-w64.
1616

17-
Run command
17+
** Run command
1818

1919
```bash
2020
g++ main.cpp admin.cpp customer.cpp ticket.cpp
2121
```
2222

23-
Run `.exe` file in `src` folder
23+
** Run `.exe` file in `src` folder
2424

2525
### Root Passwords
2626

0 commit comments

Comments
 (0)