Skip to content

Commit

Permalink
Merge pull request #2 from jason-kane/docfix
Browse files Browse the repository at this point in the history
Docfix
  • Loading branch information
jason-kane committed Apr 7, 2015
2 parents 7d1f151 + be66477 commit a7be756
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ I have PyYapf bound by default to ctrl-alt-f. You can also ctrl-shift-p then "P
##Installation

1. First install yapf.
```
pip install yapf
```

```
pip install yapf
```
2. Install the PyYapf sublime-text plugin.
I've submitted PyYapf to Package Control. We should have simple installs soon.
I've submitted PyYapf to Package Control. We should have simple installs soon.

Until then something like this should get it going (where ~/.config/sublime-text2/Packages/ is your sublime-text package directory):
Until then something like this should get it going (where ~/.config/sublime-text2/Packages/ is your sublime-text package directory):

```sh
cd ~/.config/sublime-text2/Packages/
git clone https://github.com/jason-kane/PyYapf.git
```
```sh
cd ~/.config/sublime-text2/Packages/
git clone https://github.com/jason-kane/PyYapf.git
```

##Problems?

Expand Down

0 comments on commit a7be756

Please sign in to comment.