Skip to content

Commit ea57a11

Browse files
committed
chore: remove redundant gitignore entries and simplify INSTALL.md
- Remove ghostty/zig-out/ and ghostty/zig-cache/ from .gitignore (submodule contents are automatically ignored by git) - Simplify INSTALL.md to just run build script (script handles submodule initialization automatically)
1 parent 9ad3f6f commit ea57a11

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ dist/
66

77
# WASM build output (built locally and in CI)
88
ghostty-vt.wasm
9-
10-
# Ghostty submodule build artifacts
11-
ghostty/zig-out/
12-
ghostty/zig-cache/

INSTALL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,10 @@ The library requires the `ghostty-vt.wasm` file at runtime. When installing from
9898
After cloning:
9999

100100
```bash
101-
git submodule update --init --recursive
102101
./scripts/build-wasm.sh
103102
```
104103

105-
The WASM file is generated locally and gitignored.
104+
The script will automatically initialize the submodule if needed. The WASM file is generated locally and gitignored.
106105

107106
### Vite (Recommended)
108107

0 commit comments

Comments
 (0)