From acc32f1ba6ed82d0e9eb180be0be9bd52ff3dc5e Mon Sep 17 00:00:00 2001 From: Dennis Alund Date: Thu, 15 Feb 2024 16:43:28 +0800 Subject: [PATCH] Updating installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4f5045..40ee9e4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can install this extension from source by forking the repository and run the following command from your Firebase project root. ```bash -firebase ext:install ../path/to/oddbit/firebase-alerts +firebase ext:install oddbit/firebase-alerts firebase deploy --only extensions ```