Use corepack in build instructions
This commit is contained in:
parent
52b0b6f008
commit
306cea04a1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ To use Akkoma-FE in Akkoma, use the [frontend](https://docs.akkoma.dev/stable/ad
|
|||
|
||||
``` bash
|
||||
# install dependencies
|
||||
npm install -g yarn
|
||||
corepack enable
|
||||
yarn
|
||||
|
||||
# serve with hot reload at localhost:8080
|
||||
|
|
Loading…
Reference in a new issue