summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1bb1f3e..dd48005 100644
--- a/README.md
+++ b/README.md
@@ -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
+```