Update 'README.md'

This commit is contained in:
Blue 2019-08-14 15:00:51 +00:00
parent a9805effc7
commit 0a6f612b60
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ A compact XMPP desktop messenger
Squawk requires Qt with SSL enabled. It uses CMake as build system. Squawk requires Qt with SSL enabled. It uses CMake as build system.
Squawk uses upstream version of QXmpp library so first we need to pull it Squawk uses upstream version of QXmpp library so first we need to pull it
``` ```
git submodule update --init --recursive git submodule update --init --recursive
``` ```
Then create a folder for the build, go there and build the project using CMake Then create a folder for the build, go there and build the project using CMake
``` ```