summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2011-05-19 23:47:46 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2011-05-19 23:47:46 +0300
commit48fa96459904574c80ee99467f9c90ce9e83ffb4 (patch)
treea8c9b009ac9b6df0bc2e00e3bae5cd4eb3c7081b /README.md
parente3f65dc48833ae24d90a2d2fbc9fb076360cab0e (diff)
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4b90719..b4cb350 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,20 @@ the eyes.
# Installation #
Zenburn depends on the color-theme package, so you should have it
-installed. After that just put this in your .emacs(or equivalent):
+installed. In zenburn's repo you'll find a stripped down version of
+color-theme (without the built-in themes) suitable for use with
+zenburn. Finally put this in your .emacs(or init.el):
`(require 'color-theme-zenburn)`
`(color-theme-zenburn)`
Zenburn for Emacs is also available for installation via the
-[Marmalade](http://marmalade-repo.org/) package repository.
+[Marmalade](http://marmalade-repo.org/) package repository. Follow the
+installation instructions there to install **package.el** and
+afterwards you can install the zenburn theme like this:
+
+`M-x package-install color-theme-zenburn`
# Bugs & Improvements #