From ffef4f160fb466ff148d2869b23b77621871f7dd Mon Sep 17 00:00:00 2001 From: Jason Kane Date: Tue, 7 Apr 2015 08:52:06 -0700 Subject: [PATCH 1/3] Update README.md markdown can be a pain to get right --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1471ac1..57e7cd2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ I have PyYapf bound by default to ctrl-alt-f. You can also ctrl-shift-p then "P ``` pip install yapf ``` - 2. Install the PyYapf sublime-text plugin. I've submitted PyYapf to Package Control. We should have simple installs soon. From de814306e2344edd6113d17b6d1e883aa1c0e5bc Mon Sep 17 00:00:00 2001 From: Jason Kane Date: Tue, 7 Apr 2015 08:52:55 -0700 Subject: [PATCH 2/3] Update README.md still tweaking the format --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 57e7cd2..332fc61 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ 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? From be664774bbe17d214ac6743644f7d2ebcc1575a3 Mon Sep 17 00:00:00 2001 From: Jason Kane Date: Tue, 7 Apr 2015 08:54:03 -0700 Subject: [PATCH 3/3] Update README.md There we go.. too bad I can't squash from within the github ui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 332fc61..dacfc59 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ 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 ```