From c9ef6a36841ea953cd2f9dd53001bcdfa0fd79a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Enge?= Date: Mon, 15 Jun 2015 00:02:10 +0200 Subject: [PATCH] Updated TextMate install instruction - this bundle is not included in TM :smile: :rocket Docker-DCO-1.1-Signed-off-by: Asbjorn Enge (github: asbjornenge) Upstream-commit: ac8cbf4952cf745207dbd966109348bbb80c9ebd Component: engine --- components/engine/contrib/syntax/textmate/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/engine/contrib/syntax/textmate/README.md b/components/engine/contrib/syntax/textmate/README.md index 8a6b8e5670..ce611018e5 100644 --- a/components/engine/contrib/syntax/textmate/README.md +++ b/components/engine/contrib/syntax/textmate/README.md @@ -6,11 +6,12 @@ Dockerfile syntax highlighting for TextMate and Sublime Text. ### Sublime Text -Available for Sublime Text under [Package Control](https://sublime.wbond.net/packages/Dockerfile%20Syntax%20Highlighting). +Available for Sublime Text under [package control](https://sublime.wbond.net/packages/Dockerfile%20Syntax%20Highlighting). Search for *Dockerfile Syntax Highlighting* ### TextMate 2 -Copy the directory `Docker.tmbundle` (shown as a Package in OS X) to `~/Library/Application Support/TextMate/Managed/Bundles` +You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you. + +enjoy. -Enjoy.