Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/plugindev/hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The plugin Hub works by indexing public [GitHub](https://github.com/) repositori
In order to publish your plugin to the Hub you must complete the following steps:

1. [Host your project on GitHub](https://help.github.com/en/articles/create-a-repo), with each NFive plugin in a separate public repository.
2. [Add the *five-plugin* topic](https://help.github.com/en/articles/classifying-your-repository-with-topics) to your repository.
2. [Add the *nfive-plugin* topic](https://help.github.com/en/articles/classifying-your-repository-with-topics) to your repository.
3. Pack your built project into a ZIP file, either with [`nfpm pack`](nfpm/command-reference.md#pack) or [manually](#).
4. [Create a release on GitHub](https://help.github.com/en/articles/creating-releases), attaching the packed plugin.

Expand Down