Skip to content

Commit 0fba963

Browse files
committed
Link to the configuration guide from the introduction
1 parent a0a27ff commit 0fba963

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ This library provides debugging functionality to Ruby (MRI) 2.6 and later. It ha
1919
- Through the [`rdbg` executable](#the-rdbg-executable)
2020
- Through Ruby APIs
2121
- See [activate the debugger in your program](#activate-the-debugger-in-your-program) for details
22+
- Configurable:
23+
- It provides many configurations and is configurable through the `~/.rdbgrc` file
24+
- See the [configuration guide](/docs/configuration.md) for more information
2225

2326
# Installation
2427

misc/README.md.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ This library provides debugging functionality to Ruby (MRI) 2.6 and later. It ha
1919
- Through the [`rdbg` executable](#the-rdbg-executable)
2020
- Through Ruby APIs
2121
- See [activate the debugger in your program](#activate-the-debugger-in-your-program) for details
22+
- Configurable:
23+
- It provides many configurations and is configurable through the `~/.rdbgrc` file
24+
- See the [configuration guide](/docs/configuration.md) for more information
2225

2326
# Installation
2427

0 commit comments

Comments
 (0)