Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Andrewpqc/qiaqia
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewpqc committed Dec 16, 2018
2 parents ab4ffd3 + 38d2f50 commit b93c7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b93c7da

Please sign in to comment.