Skip to content

Commit 2990696

Browse files
committed
updated read me
1 parent 3680a3d commit 2990696

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

readme.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A ColdBox Platform Bundle for Sublime text 2
22

3-
Get the latest Sublime Text 2 beta from http://www.sublimetext.com/2.
3+
Get the latest Sublime Text 2 from http://www.sublimetext.com/2.
44

55
## Currently supported features
66

@@ -48,20 +48,26 @@ Get the latest Sublime Text 2 beta from http://www.sublimetext.com/2.
4848

4949
## Installation instructions :
5050

51-
### Mac
51+
### With Package Control ###
52+
53+
If you have the [Package Control][package_control] package installed, you can install *ColdBox Platform Bundle* from inside Sublime Text itself. Open the Command Palette and select "Package Control: Install Package", then search for *ColdBox*.
54+
55+
### Without Package Control ###
56+
57+
#### Mac
5258

5359
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
5460
$ git clone https://github.com/lmajano/cbox-coldbox-sublime.git coldbox
5561

56-
### Linux (Ubuntu like distros)
62+
#### Linux (Ubuntu like distros)
5763

5864
$ cd ~/.config/sublime-text-2/Packages/
5965
$ git clone https://github.com/lmajano/cbox-coldbox-sublime.git coldbox
6066

61-
### Windows 7:
67+
#### Windows 7:
6268

6369
Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages"
6470

65-
### Windows XP:
71+
#### Windows XP:
6672

6773
Copy the directory to: "C:\Documents and Settings\<username>\Application Data\Sublime Text 2\Packages"

0 commit comments

Comments
 (0)