From ea7378878d557591093c17ebc608512d9b06d4e2 Mon Sep 17 00:00:00 2001 From: sekanitembo Date: Fri, 22 May 2015 12:04:51 -0700 Subject: [PATCH] Update readme.md Add note that for Mac users, Packages/ resides in ~/Library, not /Applications/Contents. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index f23d13b..fe381d1 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,10 @@ git clone https://github.com/SublimeText/ColdFusion.git cd ColdFusion git checkout development ``` +NOTE: For OSX: +``` +cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/ +``` * CFLIB Command is not currently working. * Tag Operator Completions is not yet implemented * CFScript component method completions is not yet implemented