Skip to content

Commit

Permalink
CLI installation instructions; Package Control typo
Browse files Browse the repository at this point in the history
  • Loading branch information
icio committed Jul 28, 2013
1 parent b8d1e5f commit cf79dab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,21 @@ Adapted from the excellent [Github for mac](https://github.com/csytan/sublime-te

* Install [Sublime Package Control](http://wbond.net/sublime_packages/package_control)
* Select "Package Control: Install Package" from the Command Palette (⌘⇧P)
* Find "Marked" and select
* Find "Marked.app Menu" and select

**Manually:**

* Install [Marked.app](http://markedapp.com/) ([App Store](http://itunes.apple.com/us/app/marked/id448925439?ls=1&mt=12))
* Download [sublime-text-2-marked](https://github.com/icio/sublime-text-2-marked/zipball/master) and copy unzipped folder to your Sublime Text packages folder (Sublime Text → Preferences → Browse Packages...)
* Restart Sublime Text

```bash
# For Sublime Text 2
cd ~/Library/Application Support/Sublime Text 2/Packages
mkdir Marked.app\ Menu
curl -L https://github.com/icio/sublime-text-2-marked/tarball/master | tar --strip-components 1 -C Marked.app\ Menu -xvf -
```


## Usage

Expand Down

0 comments on commit cf79dab

Please sign in to comment.