mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
[docs] Add corepack disclaimer to bare metal install guide
This commit is contained in:
parent
f358c31162
commit
b5a26e1667
@ -50,12 +50,13 @@ Following steps will require you to run them as the user you have made, so use `
|
|||||||
|
|
||||||
## Installing project dependencies
|
## 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
|
```sh
|
||||||
corepack enable
|
corepack enable
|
||||||
corepack prepare yarn@stable --activate
|
corepack prepare --activate
|
||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
<!--TODO: Find out a way to do no-optional (no tensorflow) install on yarn berry, so far I have found none-->
|
|
||||||
|
|
||||||
## Building Iceshrimp
|
## Building Iceshrimp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user