diff --git a/README.md b/README.md index 7345f17..8b9260f 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,16 @@ git clone https://github.com/koloideal/casha.git cd casha flutter pub get flutter run +``` + +Build release APK +```console +flutter build apk --release +``` + +Build for Google Play +```console +flutter build appbundle --release +``` + +
casha — powered with ❤️ by kolo