diff --git a/README.md b/README.md index 86aeee6..711d920 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,27 @@ On Ubuntu 12.04, Python 2.6 isn't available, so here's what worked for me: - Download python2.6 files from Ubuntu Archives - Extract the files: dpkg-deb -x python2.6_2.6.5-1ubuntu6_i386.deb python2.6 -- Copy the extracted usr/lib/python2.6 folder to {Sublime Text directory}/lib +- The directory structure of this extracted deb is: + + python2.6/ + usr/ + bin/ + include/ + lib/ + python2.6/ < This is the directory you need to copy + share/ + +- Copy the extracted python2.6/usr/lib/python2.6 folder to {Sublime Text directory}/lib +- The {Sublime Text directory}/lib directory should, at a minimum for this plugin, be like: + + {Sublime Text directory}/ + lib/ + python26.zip + python2.6/ + aifc.py + anydbm.py + ast.py + asynchat.py + {A lot more .py files and directories} In theory, it should work with any XDebug client, but I've only tested with PHP. \ No newline at end of file