Skip to content

Commit

Permalink
update README with dev release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Jul 30, 2024
1 parent 55bd5d6 commit f59c845
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ To install, run the following command:
dart pub global activate flutterfire_cli
```

## Install latest dev version

Dev version has the latest fixes and `flutterfire install` command for easier plugin installation:

```bash
dart pub global activate flutterfire_cli 1.0.1-dev.3
```

- FlutterFire CLI requires the Firebase CLI (`firebase-tools`) to be installed on your local machine, [follow these instructions](https://firebase.google.com/docs/cli) for installation.
- If you're running on a windows machine, we highly recommend you install via npm (i.e. `npm install -g firebase-tools`). The standalone
`firebase-tools` version can cause problems which you can read about [here](https://github.com/invertase/flutterfire_cli/issues/55#issuecomment-1316201478).
Expand Down

0 comments on commit f59c845

Please sign in to comment.