branch: externals/inspector commit e1459a1725a9cc91624a65ff0f266958cd1325a1 Author: Mariano Montone <marianomont...@gmail.com> Commit: GitHub <nore...@github.com>
Update README: install from ELPA --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 57d527e6b1..5999bfc6c8 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,9 @@ Similar to inspectors available for Smalltalk and Common Lisp, but for Emacs Lis ## Installation -This is work in progress at the moment. Just download and load the file into Emacs for now. +This package is available from ELPA. -### 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) -``` +`M-x package-install inspector RET` ## Usage