diff --git a/README.md b/README.md index 8bb127c..87ec3c9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -# example +# example cog -This is a example cog/plugin for mee2 that just say Hello when you type /hello \ No newline at end of file +This is a example cog/plugin for mee2 that just say Hello when you type /hello + +## Installation Guide: + +Prerequisites: mee2, Python 3 + +- Step 1: Download the .py file for the Hello cog from the releases page + +- Step 2: Place the downloaded .py file into the "Cogs" folder located in the root of your mee2 installation + +- Step 3: Open the "config.toml" file and search for the following line: + cogs = ["cogs.web.web"] +If this is your first time, it should look the same. + +Now, add ", 'cogs.example'" to the end of the list so that it looks like this: + cogs = ["cogs.web.web", "cogs.example"] + +That's it! Your Hello cog should now be loaded and ready to use.