From 7ce76005169ba3622646ea23253e3d9233bf41e1 Mon Sep 17 00:00:00 2001 From: geheur <41499327+geheur@users.noreply.github.com> Date: Thu, 23 Jun 2022 20:17:21 -0700 Subject: [PATCH] Update instructions for creating LICENSE file (#2883) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 501371b58..62a7fe808 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ There are two methods to create an external plugin, you can either: 8. When you have your plugin working. Commit your changes and push them to your repository. ### Licensing your repository - 1. Go to your repository on GitHub and select *Insights* from the top bar. Then choose *Community* in the list to the left. - 2. In the license section of the list press *Add*. + 1. Go to your repository on GitHub and select *Add file* (next to the green *Code* button), and choose *Create new file* from the drop-down. + 2. In the file name field type *LICENSE* and click the *Choose a license template* button that will appear. 3. Select `BSD 2-Clause "Simplified" License` from the list to the left. Fill in your details and press *Review and submit*. - 4. Commit your changes by clicking *Create new file* in the bottom of the page. Make sure you check the button to directly commit to the master branch. + 4. Commit your changes by clicking *Commit changes* at the bottom of the page. Make sure you check the button to directly commit to the master branch. ## Submitting a plugin 1. Fork the [plugin-hub repository](https://github.com/runelite/plugin-hub).