"cd tweepy" command after git clone in README
authorSantiago Castro <bryant@montevideo.com.uy>
Fri, 19 Sep 2014 17:40:30 +0000 (14:40 -0300)
committerSantiago Castro <bryant@montevideo.com.uy>
Fri, 19 Sep 2014 17:40:30 +0000 (14:40 -0300)
Missing "cd tweepy" command after git clone in README.md in installation instructions

README.md

index 641577b20e96b3789a2e77e656f2ec5911cb460b..d355cca35933135de580de6b0a0b94e63ca4319b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ You may also use Git to clone the repository from
 Github and install it manually:
 
     git clone https://github.com/tweepy/tweepy.git
+    cd tweepy
     python setup.py install
 
 **Note** only Python 2.6 and 2.7 are supported at