mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
[docs] Add corepack disclaimer to bare metal install guide
This commit is contained in:
parent
f358c31162
commit
b5a26e1667
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue