Skip to content

Commit 3136452

Browse files
authored
Update installation instructions
TextMate 2 no longer uses `Avian/Bundles`. After updating the installation instructions for TM 2 accordingly, they were identical to the installation instructions for TM 1 (except for the AppleScript snippet to reload all bundles), so I decided to unify both instructions into one single paragraph (not sure if anyone still uses TM 1 anyway).
1 parent 59938ad commit 3136452

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,14 @@ Provides some [GitHub Flavoured Markdown](https://help.github.com/articles/githu
99
You can also use nicer fonts by installing the [GitHub Flavoured Markdown Font Settings bundle](https://github.com/mikemcquaid/GitHub-Markdown-Font-Settings.tmbundle).
1010

1111
## Installation
12-
### TextMate 2
1312

1413
Check "Markdown (GitHub)" in TextMate 2's Preferences' Bundles.
1514

1615
Alternatively:
1716
```bash
18-
mkdir -p ~/Library/Application\ Support/Avian/Bundles
19-
cd ~/Library/Application\ Support/Avian/Bundles
20-
git clone https://github.com/mikemcquaid/GitHub-Markdown.tmbundle
21-
```
22-
23-
### TextMate 1
24-
```bash
2517
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
2618
cd ~/Library/Application\ Support/TextMate/Bundles
2719
git clone https://github.com/mikemcquaid/GitHub-Markdown.tmbundle
28-
osascript -e 'tell app "TextMate" to reload bundles'
2920
```
3021

3122
## Status

0 commit comments

Comments
 (0)