This commit is contained in:
Daniel Langbein 2021-06-17 15:32:47 +02:00
parent d52fedadef
commit 5183722fdf

View File

@ -17,6 +17,12 @@ Notes:
* `qt-installer-framework` does currently not build (the docs fail :/): * `qt-installer-framework` does currently not build (the docs fail :/):
* https://aur.archlinux.org/pkgbase/qt-installer-framework/#comment-813127 * https://aur.archlinux.org/pkgbase/qt-installer-framework/#comment-813127
To init the submodules, run
```shell
git submodule init
```
To update all submodules, run To update all submodules, run
```shell ```shell