From 8174cd0ecb76033f68cc5816176820e75b8b0749 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Fri, 26 Feb 2016 13:30:57 +0100 Subject: [PATCH] Updated Publishing your cog (markdown) --- Publishing-your-cog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Publishing-your-cog.md b/Publishing-your-cog.md index 85d18cf..bc2dfa6 100644 --- a/Publishing-your-cog.md +++ b/Publishing-your-cog.md @@ -22,7 +22,7 @@ When the user installs your cog, the installer will take care of taking your dat Now it's time to make the info.json. This is what the installer uses to get informations about the cog and display them to user before installation (name, author, description...). Also, it lists any file that your cog package contains. -[Download this script](https://gist.githubusercontent.com/Twentysix26/09071dbf2cbacd298fab/raw/e8a7d37ecc8875cfea3dba9c51d3578a8c70f186/info_maker.py) (CTRL + S) and save it into your folder. Run it and *follow the instructions*. Once you're done, if everything went smooth your folder should contain an info.json. Delete the script "info_maker.py" in case you haven't already. +[Download this script](https://gist.githubusercontent.com/Twentysix26/09071dbf2cbacd298fab/raw/788a41852311f7dc03b11c6ec8ee07658c637567/info_maker.py) (CTRL + S) and save it into your folder. Run it and *follow the instructions*. Once you're done, if everything went smooth your folder should contain an info.json. Delete the script "info_maker.py" in case you haven't already. Now, you either: * [Make a pull request on github](https://github.com/Twentysix26/Red-Cogs), of course by cloning the repo and putting the folder you just created inside the "cogs" folder