Skip to content

Commit

Permalink
lint pass
Browse files Browse the repository at this point in the history
  • Loading branch information
KazWolfe committed Aug 12, 2024
1 parent 1228ef4 commit 0111cfc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/plugin-development/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ that your plugin is approved into the official plugin repository, and to
minimise the risk of action by Square Enix. You can read more about this
[here](restrictions#why-do-you-discourage-certain-types-of-plugins).

We recommend that you start by cloning the
[`SamplePlugin` repository][sample-plugin] and then customizing it to your
specific requirements. This plugin template contains many common settings as
well as frequently-used sample code to help bootstrap plugin creation.
We recommend that you start by cloning the [`SamplePlugin`
repository][sample-plugin] and then customizing it to your specific
requirements. This plugin template contains many common settings as well as
frequently-used sample code to help bootstrap plugin creation.

To distribute a plugin, it needs to be packaged correctly. This can be done
manually or [with DalamudPackager](https://github.com/goatcorp/DalamudPackager).
Expand All @@ -19,4 +19,4 @@ When your plugin is ready for testing/release, you should make a pull request to
the [DalamudPluginsD17](https://github.com/goatcorp/DalamudPluginsD17) repo.
**Please place testing plugins in the testing/live folder**.

[sample-plugin]: https://github.com/goatcorp/SamplePlugin
[sample-plugin]: https://github.com/goatcorp/SamplePlugin

0 comments on commit 0111cfc

Please sign in to comment.