Skip to content

Commit

Permalink
Documentation: Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Oct 30, 2016
1 parent b9c41b1 commit 13efe91
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ This [TextMate](https://github.com/textmate/textmate) bundle adds syntax highlig

# Installation

## Manual

1. Download the latest [release][]
2. Unzip the archive
3. Double-Click on “EBNF.tmbundle”

[release]: http://github.com/sanssecours/EBNF.tmbundle/releases

## Terminal

```sh
mkdir -p "$HOME/Library/Application Support/TextMate/Bundles"
cd "$HOME/Library/Application Support/TextMate/Bundles"
git clone https://github.com/arne-schroppe/EBNF.tmbundle
git clone https://github.com/sanssecours/EBNF.tmbundle
```

0 comments on commit 13efe91

Please sign in to comment.