From 0bbc652477239aadd9b90afe37bfb23a19096551 Mon Sep 17 00:00:00 2001 From: Devi Date: Fri, 3 May 2013 21:03:41 +0530 Subject: [PATCH] fix path to Bundles --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7aff27a..3d59815 100644 --- a/README.markdown +++ b/README.markdown @@ -17,6 +17,6 @@ _Usage :_ Use checkbook in upper-right to toggle display of code and PEP recomme Installation : -------------- - cd ~/Library/Application\ Support/TextMate/Bundles/ + cd /Applications/TextMate.app/Contents/SharedSupport/Bundles/ git clone git://github.com/ppierre/python-pep8-tmbundle.git "Python PEP8.tmbundle" osascript -e 'tell app "TextMate" to reload bundles'