Update instructions for creating LICENSE file (#2883)

This commit is contained in:
geheur
2022-06-23 20:17:21 -07:00
committed by GitHub
parent eb1acd08fb
commit 7ce7600516

View File

@@ -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).