Update README.md

This commit is contained in:
wearr 2024-07-19 19:12:30 -05:00 committed by GitHub
parent e5da668e59
commit 0a4a32974f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ Deploying Alu is about as simple as it gets, from your terminal, type
This command should clone Alu's frontend, as well as [alu-games](https://github.com/wearrrrr/alu-games). If you wish to skip cloning games, then leave out the last flag.
Install pnpm with `npm I -g pnpm`.
Install pnpm with `npm i -g pnpm`.
Then simply run `pnpm i` to install all node_modules, and then build the frontend with `pnpm run build`, this shouldn't take more than a couple seconds.