From e2fa1e17306e4120df6c67479309d92f0d05a447 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 11 Nov 2012 03:11:34 +0100 Subject: Update README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 21b41e0..9066b75 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,23 @@ Modes that have icons instead of names now: * Lisp * PHP * HTML + +## Installation + +To install use either method: + +### package.el + +If you have [Emacs](http://gnu.org/software/emacs) 24 or `package.el` +installed manually you can just create the tar file and use +`package-install-file` to install it. + +#### Create the tar file + +Use `make dist` to create the tar file needed for `package.el`. + +### manually + +Place `mode-icons.el` somewhere in your `load-path` and copy the +`icons/` directory there as well. Then `require` `mode-icons` in your +[Emacs](http://gnu.org/software/emacs) init file. -- cgit v1.2.3-54-g00ecf