Skip to content

Commit 62040d6

Browse files
committed
update changes and bug fixes
1 parent 806fc75 commit 62040d6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ Bus Reservation System Project based on `Object Oriented Programming` and `File
44

55
## Usage
66

7-
Navigate to `src` folder
7+
* 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.
8+
9+
* Navigate to `src` folder
810

911
```bash
1012
cd src
1113
```
1214

13-
### Build
14-
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.
16-
1715
* Run command
1816

1917
```bash

0 commit comments

Comments
 (0)