Skip to content

Commit 260a47c

Browse files
authored
Correct app/test binary location in README.md (#171)
1 parent 9034766 commit 260a47c

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

0 commit comments

Comments
 (0)