From b5a26e166798fad5d0e9554ded5942dd1970f31b Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 5 Nov 2023 15:19:40 +0100 Subject: [PATCH] [docs] Add corepack disclaimer to bare metal install guide --- docs/install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 1feb0a53a..7b5a72c68 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 ``` - ## Building Iceshrimp