summaryrefslogtreecommitdiff
path: root/fastlane/README.md
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2023-01-02 21:08:29 +0100
committercyberta <cyberta@riseup.net>2023-01-02 21:08:29 +0100
commite201e92acf17e3a71e2bffb73419fdd3726b0569 (patch)
treee2d794451129a9764075fb1750c8a3eee807a733 /fastlane/README.md
parent256bf71832d266da62fdf8b3143308da00e7459b (diff)
simple example setup for fastlane, doing some screenshots in different languages, including screenshots with phone frames for use in an app store
Diffstat (limited to 'fastlane/README.md')
-rw-r--r--fastlane/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/fastlane/README.md b/fastlane/README.md
index 7ec1207f..96002ac1 100644
--- a/fastlane/README.md
+++ b/fastlane/README.md
@@ -23,6 +23,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
Runs all the tests
+### android screenshots
+
+```sh
+[bundle exec] fastlane android screenshots
+```
+
+
+
### android beta
```sh