From 6397fdc87e9e1715dcceb0b4c951a1af9d417c7b Mon Sep 17 00:00:00 2001 From: VMTrooper Date: Mon, 16 Sep 2013 09:42:59 -0700 Subject: [PATCH] Repository name doesn't match instructions Users need to change the "-bundle" portion of the repo name to ".tmbundle". Updated the README accordingly. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index ef440e4..23865bc 100644 --- a/README.markdown +++ b/README.markdown @@ -8,7 +8,7 @@ TextMate 2 is Open Source and available from (http://github.com/textmate/textmat (It may work for Sublime Edit 2) ## Install -To install, clone this repository and drag the puppet-textmate.tmbundle directory +To install, clone this repository, rename it to puppet-textmate.tmbundle, and drag the puppet-textmate.tmbundle directory on the TextMate icon. The installation will then be automatic. ## Overview @@ -29,4 +29,4 @@ To use last two features you need to have puppet-lint installed, on the command- #### Other standard textmate functions that are handy for writing puppet code: * command+option+] aligns the current set of assignments (=>) - * ctrl-shift-' switches from a single quote to double quote and back. \ No newline at end of file + * ctrl-shift-' switches from a single quote to double quote and back.