From 0a6f612b60151f3dbc42dec96652e44689d9b100 Mon Sep 17 00:00:00 2001 From: Blue Date: Wed, 14 Aug 2019 15:00:51 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 274b589..2f7beca 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ A compact XMPP desktop messenger 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 - ``` - 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 ```