branch: elpa/swift-mode commit 3d1cfcce322860b7e2ea62060234df2ece31f2da Author: Bozhidar Batsov <bozhi...@tradeo.com> Commit: Bozhidar Batsov <bozhi...@tradeo.com>
Clarify manual installation --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0299e88..30e0330 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,15 @@ You can install the last stable version of `swift-mode` from the ### Manual -You will need Emacs 24+, `make` and [Cask](https://github.com/cask/cask) to +You will need `make` and [Cask](https://github.com/cask/cask) to build the project. - cd swift-mode - make && make install +``` +cd swift-mode +make && make install +``` + +This will install `swift-mode` via `package.el` locally. ## Contributing