From c53a81e8cd8364567f856d91099c749a441698c8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Mar 2026 22:24:28 +0530 Subject: [PATCH] ... --- .github/copilot-instructions.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index e315d829d..43ff61ed6 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -11,10 +11,6 @@ and build the project, making it ready for inspection. # Repository Build & Test Instructions ## Build Procedures -- **Required dependencies**: A C compiler (either clang or gcc) and a Go compiler. The Go compiler - should be at least the version mentioned in the go.mod file. On Linux, the - 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