File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,18 @@ If you are running this on `self-hosted` runner specially with Apple Silicon Mac
109
109
110
110
For more information plase check https://docs.flutter.dev/get-started/install/macos.
111
111
112
+ # # Using outside of GitHub Actions environment
113
+
114
+ This action is designed to be used in GitHub Actions environment. If you want to use it outside of GitHub Actions, you can use the following script :
115
+
116
+ ` ` ` bash
117
+ # Usage:
118
+ # curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/main/install.sh | bash -s -- <version> <channel>
119
+ #
120
+ # Example:
121
+ curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/main/install.sh | bash -s -- 3.0.2 stable
122
+ ` ` `
123
+
112
124
# License
113
125
114
126
See the [`LICENSE`](LICENSE) file.
You can’t perform that action at this time.
0 commit comments