From 47e7231ef82d3101ca72e2f5efd56dad2f42cb87 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Fri, 26 Feb 2016 13:22:47 +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 fd55324..85d18cf 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/1fa78a5cc0ce19480ec97eddbbd4ad008f93f1f6/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/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. 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