From 96a3590684f7cb3f40d57873813df2dbe4242b8a Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 6 May 2012 18:09:06 +0300 Subject: [PATCH] README: "Convert" to markdown. This looks normal in text editor, but GitHub shows it differently. --- README => README.md | 4 ++++ 1 file changed, 4 insertions(+) rename README => README.md (99%) diff --git a/README b/README.md similarity index 99% rename from README rename to README.md index 23607adc6..86d34506c 100644 --- a/README +++ b/README.md @@ -1,10 +1,12 @@ EVERYONE: --------- + Read LICENSE. It's a 3-clause BSD license, but you should read it anyway. USERS: ------ + If you're upgrading, read RELNOTES. There is also much documentation at http://supybot.com/ for your perusal. Please read it; we took the time to write it, you should take the time to read it. @@ -18,6 +20,7 @@ understand or think you know of a better way to do something, WINDOWS USERS: -------------- + The wizards (supybot-wizard, supybot-newplugin, and supybot-adduser) are all installed to your Python directory's \Scripts. What that *probably* means is that you'll run them like @@ -25,5 +28,6 @@ this: C:\Python2x\python C:\Python2x\Scripts\supybot-wizard DEVELOPERS: ----------- + We likewise have tons of developer documentation at http://supybot.com/ for your learning adventures. Have fun :)