Add README.md

This commit is contained in:
dominik martinez 2024-06-18 17:15:12 -04:00
parent 702f5917b1
commit f89b52c944

12
README.md Normal file
View file

@ -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)
```