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 ```