10000 Add link to the Firebase CLI. · Dottenpixel/quickstart-js@4ca28ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ca28ef

Browse files
author
Nicolas Garnier
committed
Add link to the Firebase CLI.
Change-Id: I53d0ad578df6c2d105dda346057c854471a213a9
1 parent 9344b5e commit 4ca28ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Getting Started
1414
---------------
1515

1616
1. Create your project on the [Firebase Console](https://console.firebase.google.com).
17-
1. You must have the Firebase CLI installed. If you don't have it install it with `npm install -g firebase-tools` and then configure it with `firebase login`.
17+
1. You must have the [Firebase CLI](https://firebase.google.com/docs/cli/) installed. If you don't have it install it with `npm install -g firebase-tools` and then configure it with `firebase login`.
1818
1. On the command line run `firebase use --add` and select the Firebase project you have created.
1919
1. On the command line run `firebase serve -p 8081` using the Firebase CLI tool to launch a local server.
2020
1. Open [http://localhost:8081](http://localhost:8081) in your browser.

0 commit comments

Comments
 (0)
0