From 306cea04a12743481b95fe39d529bf2f2b1a9f56 Mon Sep 17 00:00:00 2001 From: Norm Date: Sat, 23 Sep 2023 20:33:46 -0400 Subject: [PATCH] Use corepack in build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e177b4..3b5bf271 100644 --- a/README.md +++ b/README.md @@ -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