Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 8a59233

Browse files
committed
re-order quickstart steps
1 parent f0d7054 commit 8a59233

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ $ ember install ember-cli-deploy
2828
$ ember install ember-cli-deploy-build
2929
```
3030

31-
- Set up firebase in your app, answering `dist` when asked 'What directory should be the public root?'.
31+
- Install this plugin
3232

3333
```bash
34-
$ firebase init
34+
$ ember install ember-cli-deploy-firebase
3535
```
3636

37-
- Install this plugin
37+
- Set up firebase in your app, answering `dist` when asked 'What directory should be the public root?'.
3838

3939
```bash
40-
$ ember install ember-cli-deploy-firebase
40+
$ firebase init
4141
```
4242

4343
- Run the pipeline

0 commit comments

Comments
 (0)