branch: externals/inspector
commit 77574c358f44570950246bd129078118d0b211b9
Author: Mariano Montone <marianomont...@gmail.com>
Commit: Mariano Montone <marianomont...@gmail.com>

    el-get recipe
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index a1bec7efe0..b33fded457 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,19 @@ Similar to inspectors available for Smalltalk and Common 
Lisp, but for Emacs Lis
 
 This is work in progress at the moment. Just download and load the file into 
Emacs for now.
 
+### Via el-get
+
+This is the [el-get](https://www.emacswiki.org/emacs/el-get "el-get") recipe:
+
+```lisp
+(push '(:name emacs-inspector
+       :type git
+       :url "git://github.com/mmontone/emacs-inspector.git"
+       :features inspector
+       :compile "inspector.el")
+      el-get-sources)
+```
+
 ## Usage
 
 ### Invocation

Reply via email to