mirror of
https://github.com/ViViDboarder/sublime-abuse-the-force.git
synced 2024-11-23 10:26:35 +00:00
Update for Sublime Text 3
Update readme a bit to be clear about OSX support
This commit is contained in:
parent
d36db9520c
commit
8052452105
10
README.md
10
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")
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user