diff --git a/README.md b/README.md index 5ea5107..ae8f96e 100644 --- a/README.md +++ b/README.md @@ -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 ```