diff --git a/README.md b/README.md new file mode 100644 index 0000000..3132fdd --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Gudap + +Combining the powers of Emacs' [GUD](https://www.gnu.org/software/emacs/manual/html_node/emacs/Debuggers.html) and [DAP](https://microsoft.github.io/debug-adapter-protocol/). + +# Usage + +```lisp +(use-package gudap + :load-path "/path/to/gudap/") + +(gudap) +```