From 99f99cac2f63a438fdd23a556e9ab2cd4e598b8c Mon Sep 17 00:00:00 2001 From: Evan Burkey Date: Mon, 17 Nov 2025 08:09:39 -0800 Subject: [PATCH] add deps --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e03291e..64fc774 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # edbg -Linux debugger and debugging library. Implementation is based on Sy Brand's book [Building A Debugger](https://nostarch.com/building-a-debugger) \ No newline at end of file +Linux debugger and debugging library. Implementation is based on Sy Brand's book [Building A Debugger](https://nostarch.com/building-a-debugger) + +## Requirements + +- libedit +- Catch2 \ No newline at end of file