From 5183722fdfae5644459116503cadbfbd87287ed0 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 17 Jun 2021 15:32:47 +0200 Subject: [PATCH] minor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dcbff00..b2b308d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Notes: * `qt-installer-framework` does currently not build (the docs fail :/): * https://aur.archlinux.org/pkgbase/qt-installer-framework/#comment-813127 +To init the submodules, run + +```shell +git submodule init +``` + To update all submodules, run ```shell