From c5df44204dbfb03edbd3dc394fe4492d69e234b6 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 23 Oct 2009 20:07:48 -0400 Subject: [PATCH] Use '2x' to reference Python version in README. Signed-off-by: James Vega (cherry picked from commit 96aaf159f6e882129922ed0bf628856cd30db30b) --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README b/README index e4223bae1..ed1f6ab72 100644 --- a/README +++ b/README @@ -3,7 +3,6 @@ EVERYONE: Read LICENSE. It's a 2-clause BSD license, but you should read it anyway. - USERS: ------ If you're upgrading, read RELNOTES. There is also much documentation @@ -22,8 +21,7 @@ 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 -this: C:\Python23\python C:\Python23\Scripts\supybot-wizard - +this: C:\Python2x\python C:\Python2x\Scripts\supybot-wizard DEVELOPERS: -----------