Skip to content

Commit

Permalink
Link to the configuration guide from the introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jul 14, 2022
1 parent 2d3da6e commit 1365634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ This library provides debugging functionality to Ruby (MRI) 2.6 and later. It ha
- Through the [`rdbg` executable](#the-rdbg-executable)
- Through Ruby APIs
- See [activate the debugger in your program](#activate-the-debugger-in-your-program) for details
- Configurable:
- It provides many configurations and is configurable through the `~/.rdbgrc` file
- See the [configuration guide](/docs/configuration.md) for more information

# Installation

Expand Down
3 changes: 3 additions & 0 deletions misc/README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ This library provides debugging functionality to Ruby (MRI) 2.6 and later. It ha
- Through the [`rdbg` executable](#the-rdbg-executable)
- Through Ruby APIs
- See [activate the debugger in your program](#activate-the-debugger-in-your-program) for details
- Configurable:
- It provides many configurations and is configurable through the `~/.rdbgrc` file
- See the [configuration guide](/docs/configuration.md) for more information

# Installation

Expand Down

0 comments on commit 1365634

Please sign in to comment.