branch: externals/bnf-mode commit 1ad5de5eaab97783b69cd2dbe13c4ab1b87e31cf Author: Serghei Iakovlev <serg...@phalconphp.com> Commit: Serghei Iakovlev <serg...@phalconphp.com>
Amended installation methods --- README.org | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 797451d..84ee0fc 100644 --- a/README.org +++ b/README.org @@ -59,7 +59,7 @@ to access this mode. For those who want only formal, tagged releases use MELPA S Or manually from MELPA with ~M-x package-refresh-contents~ and ~M-x package-install RET bnf-mode~ . -For those who want rolling releases as they happen use MELPA: +For those who want rolling releases as they happen use MELPA : #+begin_src emacs-lisp (require 'package) @@ -92,6 +92,28 @@ Add following to your init file: :mode "\\.bnf\\'") #+end_src +*** El-get + + +If you use el-get, just create a recipe file ~bnf.rcp~ : + +#+begin_src emacs-lisp +(:name bnf-mode + :website "https://github.com/sergeyklay/bnf-mode" + :description "BNF Mode: A major mode for editing BNF grammars" + :type github + :pkgname "sergeyklay/bnf-mode") +#+end_src + +and add it to a directory present in ~el-get-recipe-path~. Then, use ~M-x el-get-install <RET> bnf-mode~ +or add : + +#+begin_src emacs-lisp +(el-get-bundle bnf-mode) +#+end_src + +to your init file. + *** Manual Install 1. Download ~bnf-mode.el~