Skip to content

Commit

Permalink
Correct TextMate instructions
Browse files Browse the repository at this point in the history
.tmTheme files are now in <repo>/legacy
  • Loading branch information
csuhta committed Feb 20, 2014
1 parent 2634111 commit 8aa3a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```
Expand All @@ -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/
```

Expand Down

0 comments on commit 8aa3a5e

Please sign in to comment.