branch: elpa/swift-mode commit 8641ebc7c1e7d02be373f31b6038c2af4de6f4dd Author: Bozhidar Batsov <bozhi...@tradeo.com> Commit: Bozhidar Batsov <bozhi...@tradeo.com>
Mention old-school installation method --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 30e0330..ac1a2c9 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,15 @@ make && make install This will install `swift-mode` via `package.el` locally. +You can also install `switf-mode` the old-school way by simply dropping it +somewhere on your `load-path`. I favour the +folder `~/.emacs.d/vendor`: + +```el +(add-to-list 'load-path "~/emacs.d/vendor") +(require 'swift-mode) +``` + ## Contributing Yes, please do! See [CONTRIBUTING][] for guidelines.