]> code.delx.au - gnu-emacs-elpa/commitdiff
List dependency in the Readme
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 28 Oct 2014 23:52:37 +0000 (23:52 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 28 Oct 2014 23:53:55 +0000 (23:53 +0000)
README.md

index 93b64e2d3b23ccbf6fa8990e033f4d604ba4d626..0fbd793fddfe4bfce4a8e3f301a416d3441ae16f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,6 +39,11 @@ every programming mode, you can do something like:
 ### Manual Installation ###
 
 If you don't want to install from Melpa, you can download it manually,
-place it in your `load-path` and require it with
+place it in your `load-path` along with its two dependencies:
+
+- [Names](https://github.com/Bruce-Connor/names/)
+- and `cl-lib`.
+
+Then require it with:
 
     (require 'aggressive-indent)