From c9a0ab0cf756878558d5907248292e33d4ae4c29 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Tue, 8 Sep 2020 10:42:43 +1000 Subject: [PATCH] remove mentions of npm --- README.md | 6 ------ cli/README.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/README.md b/README.md index 7dc08379..6cfa1d75 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,6 @@ locally. Before using it, make sure you have the Firebase CLI installed. [Instructions](https://firebase.google.com/docs/cli) -``` -npm install -g firetable -``` - -or - ``` yarn global add firetable ``` diff --git a/cli/README.md b/cli/README.md index cd31d126..e6769808 100644 --- a/cli/README.md +++ b/cli/README.md @@ -13,12 +13,6 @@ Also make sure you are logged in to your Firebase account in the Firebase CLI. ## Installation -``` -npm install -g firetable -``` - -or - ``` yarn global add firetable ```