We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab4ffd3 + 38d2f50 commit b93c7daCopy full SHA for b93c7da
README.md
@@ -40,7 +40,7 @@ A command line chat application for geeks.
40
Qiaqia is made up of two components, the `qiaqia_server` and the `qiaqia_client`.
41
### install by source
42
``` bash
43
-git clone https://github.com/Andrewpqc/qiaqia.git && cd qiaqia/build && cmake .. && make
+git clone https://github.com/Andrewpqc/qiaqia.git && cd qiaqia && mkdir build && cd build && cmake .. && make
44
```
45
### install by binary
46
go to the [release page](https://github.com/Andrewpqc/qiaqia/releases/tag/v1.0.0) to download the qiaqia binary package
0 commit comments