fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.15k stars 122 forks source link

Update the documentation for new usage of LiveUpdate #794

Closed NatElkins closed 3 years ago

NatElkins commented 4 years ago

I believe under step 7 here https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/tools.html#live-update it should be dotnet fabulous --watch --send not fabulous --watch --send.

TimLariviere commented 4 years ago

@NatElkins Yes you are right. We forgot to update the documentation as well as the printed commands on start up. It should be updated to match real usage.

https://github.com/fsprojects/Fabulous/blob/5f370b148e82f256e7839daae380eaccd074c452/Fabulous.XamarinForms/src/Fabulous.XamarinForms.LiveUpdate/LiveUpdate.fs#L18-L43