You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Looking for a list of currently available plugins in Flow? Visit [here](https://
37
37
```
38
38
5. For `IcoPath`, use a CDN provider for global accessibility. [jsdelivr.com](https://www.jsdelivr.com/) for example as shown above, works well with GitHub repositories.
39
39
6. It is a requirement to set up a GitHub Actions workflow for automated build and release. Follow the guide [here](https://www.flowlauncher.com/docs/#/py-setup-project?id=_1-add-github-workflow) and use [this](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython/blob/main/.github/workflows/Publish%20Release.yml) as an example.
40
-
7. It is a requirement that your plugin conforms with the [Plugin Store policy](#plugin-store-policy)
40
+
7. It is a requirement that your plugin conforms with the [Plugin Store policy](#plugin-store-policy).
41
41
8. Submit a pull request.
42
42
9. The plugin will be available in Flow after the pull request is approved by the Flow Launcher Team.
0 commit comments