branch: scratch/dired-git-info
commit 3280075876caee528f2a8de97db964a2ae45e7c3
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Update descriptions
---
README.org | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 9a73bd9..0e0a891 100644
--- a/README.org
+++ b/README.org
@@ -1,16 +1,22 @@
* Description
-[[./images/screenshot2.png]]
+This Emacs packages provides a command to show git information inside the
+dired buffer:
+[[./images/screenshot2.png]]
* Installation
+For manual installation, clone the repository and call:
+
#+BEGIN_SRC elisp
-(package-install-file "/path/to/file.el")
+(package-install-file "/path/to/dired-git-info.el")
#+END_SRC
* Config
+Bind the command in direds mode map:
+
#+BEGIN_SRC elisp
(with-eval-after-load 'dired
(define-key dired-mode-map ")" 'dgi-toggle-git-info))