Update building.md

This commit is contained in:
DecDuck
2025-07-29 19:54:33 +10:00
committed by GitHub
parent 3fcf449933
commit 1d92a35a8f

View File

@@ -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