Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Formatting issue in README #61

Merged
merged 1 commit into from Mar 29, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -70,9 +70,7 @@ You can change the color of the gutter icons by adding the following scopes to y

## Installing XDebug

Of course, SublimeXDebug won't do anything if you don't install and configure XDebug first.

<a href="http://xdebug.org/docs/install">Installation instructions</a>
Of course, SublimeXDebug won't do anything if you don't <a href="http://xdebug.org/docs/install">install and configure XDebug first</a>.

Here's how I setup XDebug on Ubuntu 12.04:

Expand All @@ -99,4 +97,4 @@ On Ubuntu 12.04, Python 2.6 isn't available, so here's what worked for me:
- 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

In theory, it should work with any XDebug client, but I've only tested with PHP.
In theory, it should work with any XDebug client, but I've only tested with PHP.