Skip to content

Commit da103ce

Browse files
authored
Update README.md
1 parent 2acd758 commit da103ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ Looking for a list of currently available plugins in Flow? Visit [here](https://
3737
```
3838
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.
3939
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. Submit a pull request.
41-
8. The plugin will be available in Flow after the pull request is approved by the Flow Launcher Team.
40+
7. It is a requirement that your plugin conforms with the [submission policy](#submission-policy)
41+
8. Submit a pull request.
42+
9. The plugin will be available in Flow after the pull request is approved by the Flow Launcher Team.
4243

4344
Flow downloads the manifest (plugins.json) file from various CDN providers, which means the availability of your new plugin depends on when these providers sync their updated files. This syncing process can take several days and sometimes up to a week across all providers. During this period, you may see intermittent updates for your plugin in the manifest, as the provider chosen for retrieval is selected randomly based on the fastest fetch speed.
4445

0 commit comments

Comments
 (0)