branch: elpa/subatomic-theme
commit 568a73c44c9ce2578de6dd81eb1bf67f6ce8240b
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>
some documentation
---
README.md | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 45b81d9..4d6c5f7 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,27 @@ About
An emacs 24 (deftheme) color theme. It's super nice!
-
\ No newline at end of file
+
+
+Installation
+============
+
+MELPA
+-----
+
+Subatomic is available in [MELPA](http://melpa.milkbox.net/). Assuming MELPA
is added to your archive list you can list the available packages by typing
<code>M-x list-packages</code>, look for subatomic, mark it for installation by
typing <code>i</code> and then execute (install) by typing <code>x</code>.
+
+(Or you can install it directly with <code>M-x package-install RET
subatomic</code>)
+
+After that, enable the theme by <code>M-x load-theme RET subatomic</code>.
+
+Or if you want to do it in your init file, add:
+
+```lisp
+(load-theme 'subatomic t)
+```
+
+Improvements
+============
+
+Feel free to report any problems, suggestions or contributions. There are
always more faces to color!
\ No newline at end of file