branch: elpa/swift-mode commit 0344f63c10b23c6ed341a16b8e171eccec7a27c4 Merge: 71e3d6f 0ad90f8 Author: Chris Barrett <chris.d.barr...@me.com> Commit: Chris Barrett <chris.d.barr...@me.com>
Merge pull request #11 from bbatsov/patch-1 Mention package.el as an installation option --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9e4e5ea..b178fa6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,22 @@ Requires Emacs 24 or later. ## Installing +### package.el + +#### MELPA + +You can install a snapshot version of `swift-mode` from the +[MELPA](http://melpa.milkbox.net) repository. The version of +`swift-mode` there will always be up-to-date, but it might be unstable +(albeit rarely). + +#### MELPA Stable + +You can install the last stable version of `swift-mode` from the +[MELPA Stable](http://melpa-stable.milkbox.net) repository. + +### Manual + You will need Emacs 24+, `make` and [Cask](https://github.com/cask/cask) to build the project.