branch: master
commit 3a0b837436698a529bf73865dd70a701f9094ad1
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Update README.md to note that we can use in eshell
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6255f15..7da1809 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ A modular GNU Emacs front-end for interacting with external
debuggers.
See https://github.com/rocky/emacs-dbgr/wiki/Debuggers-Supported for a list of
debuggers supported.
-The debugger is run out of a *comint* process buffer, or you can use a
-`M-x realgud-track-mode` inside an existing shell.
+A debugger can be run out of a *comint* process buffer, or you can use a
+`M-x realgud-track-mode` inside an existing
[shell](http://www.gnu.org/software/emacs/manual/html_node/emacs/Shell.html),
or [eshell](https://www.gnu.org/software/emacs/manual/html_mono/eshell.html)
buffer.
To install, you'll need a couple of other Emacs packages installed. See
[the installation
instructions](http://wiki.github.com/rocky/emacs-dbgr/how-to-install)
@@ -14,4 +14,4 @@ for details.
To get started using, see the
[notes on using realgud](http://wiki.github.com/rocky/emacs-dbgr/how-to-use).
-*Author:* Rocky Bernstein <[email protected]> <br>
+*Author:* Rocky Bernstein <[email protected]>