From 38d2f507f9ceb5ed16935adde1a18a0fd7ad3e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E8=B6=85?= Date: Wed, 12 Dec 2018 17:56:58 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1916135..779419e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ A command line chat application for geeks. Qiaqia is made up of two components, the `qiaqia_server` and the `qiaqia_client`. ### install by source ``` bash -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 ``` ### install by binary go to the [release page](https://github.com/Andrewpqc/qiaqia/releases/tag/v1.0.0) to download the qiaqia binary package