From 1d92a35a8f465d628d75bef8fcbf0cf2402c6291 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Tue, 29 Jul 2025 19:54:33 +1000 Subject: [PATCH] Update building.md --- docs/advanced/building.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/advanced/building.md b/docs/advanced/building.md index 6339f3d..c2c33fb 100644 --- a/docs/advanced/building.md +++ b/docs/advanced/building.md @@ -50,10 +50,12 @@ yarn link `drop` is the self hosted server. It's a Nuxt 3 project, but depends on the `droplet` package so isn't easily transportable. -Get started by cloning the `drop` source code, and then enter the directory: +Get started by cloning the `drop` source code, and then enter the directory and clone its submodules: ```shell git clone https://github.com/Drop-OSS/drop.git +cd drop +git submodule update --init --recursive ``` Then, link your build `droplet` package: @@ -87,6 +89,7 @@ To build drop-app, run: ```shell git clone https://github.com/Drop-OSS/drop-app.git cd drop-app +git submodule update --init --recursive git checkout main yarn yarn tauri build