From 652b3825732926a1e6749ba064566409fe8093e1 Mon Sep 17 00:00:00 2001 From: mkhoatd Date: Sat, 19 Apr 2025 20:53:40 +0700 Subject: [PATCH] Use bun instead of npm --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ce3858c..ec2da16 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ To begin you will need `nodejs` and `firebase-tools` To install `firebase-tools` run ```bash -npm i -G firebase-tools +bun i -G firebase-tools ``` Go to [https://console.firebase.google.com]() and create a new Firebase project @@ -27,7 +27,7 @@ You will need a serviceAccountKey.json field in the root of the project director ```bash cd functions -npm install --save firebase-framework +bun install --save firebase-framework ``` Your `functions/index.js` file should contain: