From 39dc635c65224a5ab93150b3562abeaec1454544 Mon Sep 17 00:00:00 2001 From: dekvall Date: Sun, 15 Dec 2019 15:48:12 +0100 Subject: [PATCH] remove follow building guide step --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2451ca257..3d26f8227 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ provided "as is"; we make no guarantees about any plugin in this repo. ## Creating new plugins - -Before creating any external plugins, you must have followed the [building guide](https://github.com/runelite/runelite/wiki/Building-with-IntelliJ-IDEA) at least once. - There are two methods to create an external plugin, you can either: - Use [this](https://github.com/runelite/example-plugin/) plugin template. @@ -47,7 +44,7 @@ description=Alerts you when you have nothing equipped in your head slot tags=hint,gear,head plugins=com.example.HelmetCheckPlugin ``` - `support` is the URL you want players to use to leave feedback for your plugin0; you can just use your repository for that. `tags` will make it easier to find your plugin when searching for related words. + `support` is the URL you want players to use to leave feedback for your plugin; you can just use your repository for that. `tags` will make it easier to find your plugin when searching for related words. 10. Optionally, you can add an icon to be displayed alongside with your plugin. Place a file with the name `icon.png` no larger than 48x72 px at the root of the repository.