PotatoProject / Leaflet

POSP official notes app, soon to be included
https://potatoproject.co
MIT License
355 stars 56 forks source link

Invalid flutter command in Readme.md #69

Closed pagdot closed 3 years ago

pagdot commented 3 years ago

The Readme contains following instructions for building Leaflet:

For now the required flutter channel is master, so issue those two commands before starting building:

~$ flutter channel master
~$ flutter update

When trying to run the second one, I get following output:

$ flutter update
Could not find a command named "update".

Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.

Do you mean to run flutter upgrade?

HrX03 commented 3 years ago

Oops yea, seems like i got it wrong, the correct command is upgrade indeed

pagdot commented 3 years ago

Ok, I'll open a PR to fix it :)