mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
More instructions for copilot
This commit is contained in:
parent
27b11523de
commit
1f2729bafd
1 changed files with 5 additions and 0 deletions
5
.github/copilot-instructions.md
vendored
5
.github/copilot-instructions.md
vendored
|
|
@ -6,6 +6,11 @@
|
|||
X11 development libraries are also needed.
|
||||
- **Bootstrap:** Always run `./dev.sh deps` to download all needed dependencies
|
||||
- **Build command:** Run `./dev.sh build` to build the project
|
||||
- Run `gen/config.py` to update generated config parsing code for both kitty
|
||||
and kitten. The `gen/go_code.py` generator is run automatically by the build
|
||||
command to keep generated Go code files up to date.
|
||||
- To build individual kittens use the build command above **do not** try to run go build
|
||||
yourself.
|
||||
|
||||
## Test Procedures
|
||||
- To run the complete test suite, run `./test.py`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue