mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-01-30 20:55:17 +01:00
Update building.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user