Skip to content

Commit 8924b56

Browse files
committed
Update README.md
1 parent 736049e commit 8924b56

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,29 @@ This is a [Sublime Text](http://www.sublimetext.com) plugin allowing to quickly
1111

1212
## Install
1313

14-
Through [Package Control](https://sublime.wbond.net/packages/Package%20Control)
14+
Through [Package Control](https://sublime.wbond.net/packages/Package%20Control):
1515

1616
`Command Palette` > `Package Control: Install Package` > `Python Breakpoints`
1717

18-
or clone this repository into your version/platform specific Packages directory.
18+
From GitHub: Clone this repository into your version/platform specific Packages directory. Example for Mac and ST2 (note the space in the target directory name):
19+
20+
cd ~/Library/Application Support/Sublime Text 2/Packages
21+
git clone https://github.com/obormot/PythonBreakpoints 'Python Breakpoints'
1922

2023
## Usage
2124

22-
`Command Palette` > `Breakpoints: ...`
25+
`Command Palette` > `Python Breakpoints: ...`
2326

2427
* `Toggle` a breakpoint at current line (or `ctrl+shift+b`)
25-
* `Goto` a selected breakpoint (or `alt+g` / `cmd+g`, or `Menu` > `Goto` > `Goto Breakpoint...`)
26-
* `Clear All` breakpoints in current file (or `Menu` > `Tools` > `Breakpoints` > `Clear All`)
28+
* `Goto` a selected breakpoint (or `alt+g` / `cmd+g`, or `Menu` > `Goto` > `Goto Python Breakpoint...`)
29+
* `Clear All` breakpoints in current file (or `Menu` > `Tools` > `Breakpoints` > `Clear All Python Breakpoints`)
2730

2831
## Settings
2932

30-
`Preferences` > `Package Settings` > `PythonBreakpoints`
33+
`Preferences` > `Package Settings` > `Python Breakpoints`
3134

3235
## Caveats
3336

3437
* only space indentation is supported
3538
* with non-PEP8 one-liners or files with no imports your mileage may vary
39+

0 commit comments

Comments
 (0)