Correct TextMate instructions

.tmTheme files are now in <repo>/legacy
This commit is contained in:
Corey Csuhta 2014-02-20 10:16:45 -05:00
parent 26341115f3
commit 8aa3a5e3a3

@ -61,7 +61,7 @@ Clone the repository and copy the theme files into `~/Library/Application\ Suppo
```sh
$ git clone https://github.com/daylerees/colour-schemes.git daylerees-themes
$ cd daylerees-themes
$ cd daylerees-themes/legacy
$ mkdir ~/Library/Application\ Support/TextMate/Themes/
$ cp *.tmTheme ~/Library/Application\ Support/TextMate/Themes/
```
@ -72,7 +72,7 @@ Clone the repository and copy the theme files into `~/Library/Application\ Suppo
```sh
$ git clone https://github.com/daylerees/colour-schemes.git daylerees-themes
$ cd daylerees-themes
$ cd daylerees-themes/legacy
$ cp *.tmTheme ~/Library/Application\ Support/TextMate/Managed/Bundles/Themes.tmbundle/Themes/
```