[docs] Add corepack disclaimer to bare metal install guide

This commit is contained in:
Laura Hausmann 2023-11-05 15:19:40 +01:00
parent f358c31162
commit b5a26e1667
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -50,12 +50,13 @@ Following steps will require you to run them as the user you have made, so use `
## Installing project dependencies
This project uses corepack to manage yarn versions, please make sure you don't have a globally installed non-corepack yarn binary (e.g. by having run `npm install -g yarn` in the past, or via your operating system's package manager)
```sh
corepack enable
corepack prepare yarn@stable --activate
corepack prepare --activate
yarn
```
<!--TODO: Find out a way to do no-optional (no tensorflow) install on yarn berry, so far I have found none-->
## Building Iceshrimp