diff --git a/README.markdown b/README.markdown index 443805b..61ab220 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ For the twitter module, you can download and install it with: hg clone https://python-twitter.googlecode.com/hg/ python-twitter cd python-twitter hg update dev - for i in ../hrafn/python-twitter-*.patch; do patch p1 < $i; done + for i in ../hrafn/patches/python-twitter-*.patch; do patch p1 < $i; done python setup.py build python setup.py install --user diff --git a/python-twitter-GetHomeTimeline.patch b/patches/python-twitter-GetHomeTimeline.patch similarity index 100% rename from python-twitter-GetHomeTimeline.patch rename to patches/python-twitter-GetHomeTimeline.patch diff --git a/python-twitter-GetListStatuses.patch b/patches/python-twitter-GetListStatuses.patch similarity index 100% rename from python-twitter-GetListStatuses.patch rename to patches/python-twitter-GetListStatuses.patch diff --git a/python-twitter-GetMentions.patch b/patches/python-twitter-GetMentions.patch similarity index 100% rename from python-twitter-GetMentions.patch rename to patches/python-twitter-GetMentions.patch diff --git a/python-twitter-User_verified.patch b/patches/python-twitter-User_verified.patch similarity index 100% rename from python-twitter-User_verified.patch rename to patches/python-twitter-User_verified.patch diff --git a/python-twitter-retweet-3.patch b/patches/python-twitter-retweet-3.patch similarity index 100% rename from python-twitter-retweet-3.patch rename to patches/python-twitter-retweet-3.patch