Skip to content

Commit ec454e8

Browse files
committed
Correct app/test binary location in README.md
1 parent 37ba43d commit ec454e8

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
@@ -81,7 +81,7 @@ To build and run this project locally on Windows, follow these steps:
8181
6. **Run the project**
8282
After building the project, you can find the executable file in the following path from the *build* folder
8383
```bash
84-
cd build/app
84+
cd build/bin
8585
```
8686
and run the file
8787
```bash
@@ -107,7 +107,7 @@ To build and run this project locally on Windows, follow these steps:
107107
### *Linux*
108108
To start the testing process locally, you need to go to the directory
109109
```bash
110-
cd build/test
110+
cd build/bin
111111
```
112112
and run the following files:
113113
```bash

0 commit comments

Comments
 (0)