Add README.md
This commit is contained in:
parent
702f5917b1
commit
f89b52c944
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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)
|
||||
```
|
Loading…
Add table
Reference in a new issue