Skip to content

Commit bdb1346

Browse files
committed
bug fixes and performance improvements
1 parent 16a5799 commit bdb1346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bus Reservation System Management Project based on `Object Oriented Programming`
44

55
## Usage
66

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. [https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-x86_64-20220603.exe][Click here] to download the MSYS2 installer. Then follow the instructions on the MSYS2 website to install Mingw-w64.
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](https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-x86_64-20220603.exe) to download the MSYS2 installer. Then follow the instructions on the MSYS2 website to install Mingw-w64.
88

99
* Navigate to `src` folder
1010

@@ -18,7 +18,7 @@ cd src
1818
g++ -o main main.cpp
1919
```
2020

21-
* Run `.exe` file in `src` folder
21+
* Run `main.exe` file in `src` folder
2222

2323
### Admin Credentials
2424

0 commit comments

Comments
 (0)