Update building.md

This commit is contained in:
DecDuck
2025-08-06 18:32:19 +10:00
committed by GitHub
parent bd358d3fb2
commit cae282a4fa

View File

@@ -8,9 +8,9 @@ Unfortunately, we don't have the time or resources to build and debug our softwa
To compile:
- Rust (stable)
- Rust (nightly)
- Node.js v20
- `yarn` (v1/legacy) package manager
- `yarn` (v4) package manager
- `git` VCS
- Docker
@@ -59,7 +59,7 @@ git clone https://github.com/Drop-OSS/drop.git
Then, link your build `droplet` package:
```shell
yarn link "@drop/droplet"
yarn link "@drop-oss/droplet"
```
Then, install dependencies: