emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode 3d1cfcc 047/496: Clarify manual installation


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 3d1cfcc 047/496: Clarify manual installation
Date: Sun, 29 Aug 2021 11:33:05 -0400 (EDT)

branch: elpa/swift-mode
commit 3d1cfcce322860b7e2ea62060234df2ece31f2da
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Commit: Bozhidar Batsov <bozhidar@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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]