diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,3 +1,16 @@ -# sia_app +# Sia app -Sia app +## Usage + +The app can be run in debug mode allowing a hot-reload. + +``` +flutter run +``` + +A release version can be built for all the targets individually. + +``` +flutter build linux +flutter build apk +``` |
