From 80524521056d7b6057b67d0dc529ec01d96f8b6e Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 22 Nov 2013 16:48:29 -0800 Subject: [PATCH] Update for Sublime Text 3 Update readme a bit to be clear about OSX support --- README.md | 10 +++++++++- install.sh | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b7a43..f661982 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ Sublime Abuse the Force =================== Plugin for "compiling" Salesforce.com code with [Abuse the Force](http://github.com/ViViDboarder/abuse-the-force) -Works with Sublime Text 2 only +Works with Sublime Text 3 on the Mac only + +Known Issues +------------ +* Only supports Mac +* Install script needs to be edited to do Sublime Text 2/3 Installation ------------ @@ -17,6 +22,9 @@ Here it is in terminal: cd sublime-abuse-the-force ./install.sh +Todo +---- +See issues tab [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/ViViDboarder/sublime-abuse-the-force/trend.png)](https://bitdeli.com/free "Bitdeli Badge") diff --git a/install.sh b/install.sh index b2f36c2..3985ead 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,7 @@ #! /bin/bash -SUBLIME_DIR=~/Library/Application\ Support/Sublime\ Text\ 2/Packages/ +#SUBLIME_DIR=~/Library/Application\ Support/Sublime\ Text\ 2/Packages/ +SUBLIME_DIR=~/Library/Application\ Support/Sublime\ Text\ 3/Packages/ mkdir -p "$SUBLIME_DIR"