Skip to content

Commit a942060

Browse files
authored
Update README.md
1 parent 41bc125 commit a942060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ For more examples see the [Wiki/Examples](https://github.com/bluetiger9/SmtpClie
112112
To build the project with CMake run the following comamnds:
113113
```sh
114114
$ cmake . -DQt6_DIR="/qt/install/loccation/6.x.x/6.x.x/gcc_64/lib/cmake/Qt6" -DCMAKE_INSTALL_PREFIX="../release"
115-
$ cmake --build ../
116-
$ cmake --install ../
115+
$ cmake --build ./
116+
$ cmake --install ./
117117
```
118118

119119
### Building with QMake

0 commit comments

Comments
 (0)