diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-30 18:06:18 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-30 18:06:18 +0200 |
commit | 296da9b358d5c7258fc056db6ce3b3cf044fa99e (patch) | |
tree | 0a662be1ec1a631f218af23b8e01ad62424c9b0c | |
parent | dc5ea8d18ac8d9ce07393363d33e5d24ade2fd5f (diff) |
README: Installation from source now requires git submodule update --init
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ sudo ./Build install If you are using the Git repository, use the following commands: ``` +git submodule update --init ./Build ./Build manifest ./Build test |