Update for Sublime Text 3

Update readme a bit to be clear about OSX support
This commit is contained in:
ViViDboarder 2013-11-22 16:48:29 -08:00
parent d36db9520c
commit 8052452105
2 changed files with 11 additions and 2 deletions

View File

@ -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")

View File

@ -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"