branch: master
commit a0c9a9d45e0d306e4f2ae7f7cdfce2dc2ab64dda
Author: Alexey Veretennikov <alexey.veretenni...@gmail.com>
Commit: Alexey Veretennikov <alexey.veretenni...@gmail.com>

    Updated readme
---
 README.md |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1e1b2d1..0c67b9c 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,20 @@ ztree
 
 Simple text-mode directory tree for Emacs.
 
-[![ztree 
emacsapp](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_app.png
 "Emacs App with Ztree")]
+![ztree 
emacsapp](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_app.png
 "Emacs App with Ztree")
 
-[![ztree 
emacsx11](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_xterm.png
 "Emacs in xterm with Ztree")]
+![ztree 
emacsx11](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_xterm.png
 "Emacs in xterm with Ztree")
+
+Add the following to your .emacs file:
+
+```scheme
+(require 'ztree)
+```
+
+Call the `ztree` interactive function:
+
+```
+M-x ztree
+```
+
+Open/close directories with double-click, `RET` or `Space` keys.

Reply via email to