Skip to content

Commit a96cdfe

Browse files
author
Richard
committed
Clarify instructions for editing project-specific configuration in custom modes documentation
1 parent 3e65f81 commit a96cdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/custom-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Custom modes can be configured by directly editing JSON files. There are two loc
5656
To edit either configuration:
5757

5858
1. **Open the Prompts Tab:** Click the notebook icon in the Roo Code top menu bar.
59-
2. **Open the Settings File:** Click the code icon (`<>`) in the top right corner of the "Prompts" tab. (This will open the global configuration file. To edit a project-specific configuration, you'll need to manually open the `.roomodes` file in your project's root directory.)
59+
2. **Open the Settings File:** Click the code icon (`<>`) in the top right corner of the "Prompts" tab. (This will allow you to edit either the Global or project-specifc configuration file. You can also edit a project-specific configuration, by manually creating/opening the `.roomodes` file in your project's root directory.)
6060
3. **Edit the JSON:** Add or modify mode configurations within the `customModes` array, following the format described below.
6161
4. **Save the File:** Roo Code will automatically detect the changes.
6262

0 commit comments

Comments
 (0)