branch: master commit 45d25c388ba3afa8c9750a3b51c6d596716c2928 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
List dependency in the Readme --- README.md | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 93b64e2..0fbd793 100644 --- 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)