Skip to content

Commit

Permalink
notes: Fix flutter update command to upgrade
Browse files Browse the repository at this point in the history
Fixes #69
  • Loading branch information
pagdot committed Sep 2, 2021
1 parent 6f428dc commit 6f65e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Be sure to disable signing on build.gradle or change keystore to sign the app.
For now the required flutter channel is master, so issue those two commands before starting building:
```
~$ flutter channel master
~$ flutter update
~$ flutter upgrade
```

After that, building is simple as this:
Expand Down

0 comments on commit 6f65e19

Please sign in to comment.