Skip to content

Commit 571a21b

Browse files
Revise setup instructions for GitHub Copilot
Updated instructions for adding copilot-instructions.md to .github directory.
1 parent 263e730 commit 571a21b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ Have you ever spent hours looking for how to configure a SparkMax motor controll
2929

3030
To get the best experience with AI coding assistants (like GitHub Copilot or Cursor), add the `copilot-instructions.md` file to your FRC project. This tells the AI to always search the documentation before answering FRC questions.
3131

32-
1. Copy the `copilot-instructions.md` file from this repository
33-
2. Paste it into the root folder of your FRC robot project
34-
3. The AI assistant will automatically use it to provide better, documentation-backed answers!
32+
1. Copy the `copilot-instructions.md` file from this repository to .github directory if it does not already exist in your repo
33+
2. The AI assistant will automatically use it to provide better, documentation-backed answers!
3534

3635
That's it! Now you can ask questions about FRC documentation right in VS Code, and your AI assistant will automatically search the docs for accurate answers.
3736

@@ -97,4 +96,4 @@ If you want to contribute to this project or add support for new documentation s
9796

9897
## License
9998

100-
This project is open source and free to use. See the LICENSE file for details.
99+
This project is open source and free to use. See the LICENSE file for details.

0 commit comments

Comments
 (0)