From 8ce6398a3aed9f58414f103fd1f771c303a8c799 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Thu, 2 Nov 2023 21:59:29 +0100 Subject: [PATCH] Document that most package managers can be used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee1a6ab..6540574 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Build the browser application -Ensure you have [Node.js](https://nodejs.org) installed. Then run: +Ensure you have [Node.js](https://nodejs.org) installed. Then run your favorite package manager (npm, yarn, pnpm, bun, etc.) to install the dependencies and build the application: ```sh npm install