From 8e7a9ad33cd78929bfb90c3d43f6184b44cea864 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 18 Jan 2025 11:45:31 +0100 Subject: Fix files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b493088..e9a24e4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ class at the [University of Bologna](https://unibo.it). You need: - Node `v21.7.1`. We strongly suggest [`fnm`](https://github.com/Schniz/fnm) or [`nvm`](https://github.com/nvm-sh/nvm) for Node versions management. -- PnpM or NPM (better the first one). +- Yarn. After that you need to edit the `.env` file and set up: @@ -21,7 +21,7 @@ After that you need to edit the `.env` file and set up: And start the Expo app. ``` -pnpm run start +yarn start ``` ## Deployment -- cgit v1.2.3-18-g5258