branch: elpa/kotlin-mode
commit 34d89566b42d9b5f3de4a5bda6d38d3389c9b5e9
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>
First stab at a README.
---
README.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/README.md b/README.md
index aa82bd50b1..c9088cead8 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,17 @@
+# Emacs Kotlin Mode
+
[](https://melpa.org/#/kotlin-mode)
+
+In a sense the title says it all, this is an
[Emacs](https://www.gnu.org/software/emacs/) major mode for
+editing [Kotlin](http://kotlinlang.org/) source code – and in the future
[Gradle](http://gradle.org/) build
+files.
+
+If you are using Emacs 24 or later use the package management system to
install this mode from [MELPA](http://melpa.org/) (*).
+
+If you are using an earlier version of Emacs, you are probably best advised to
upgrade Emacs to a version
+with package management so you can use package management and install the mode
from MELPA.
+
+
+
+(*) As at 2016-06-20 this mode is only in MELPA and not in MELPA stable, a
release will be made when a
+version is ready to ve declared.