From f74aae38a991ea221e88aed7c920eb7ab27e1163 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 17 Dec 2009 01:56:48 -0500 Subject: [PATCH] Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time) --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 9dd6689..c649b06 100644 --- a/README.markdown +++ b/README.markdown @@ -30,9 +30,9 @@ Installing Twython is fairly easy. You can... ...or, you can clone the repo and install it the old fashioned way. -> git clone git://github.com/ryanmcgrath/twython.git -> cd twython -> sudo python setup.py install +> git clone git://github.com/ryanmcgrath/twython.git +> cd twython +> sudo python setup.py install Example Use -----------------------------------------------------------------------------------------------------