We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbe34e commit 1fcf67fCopy full SHA for 1fcf67f
docs/install/build.mdx
@@ -34,8 +34,15 @@ On Linux, you may need to install additional dependencies. See
34
need Xcode installed with both the macOS and iOS SDKs enabled. See
35
[Mac `.app`](#mac-.app).
36
37
-With Zig and necessary dependencies installed, a binary can be built using
38
-`zig build`:
+Begin by cloning the Ghostty repository and changing into the directory:
+
39
+```sh
40
+git clone https://github.com/ghostty-org/ghostty
41
+cd ghostty
42
+```
43
44
+With Zig and necessary dependencies installed, a binary can then be built
45
+using `zig build`:
46
47
```sh
48
zig build -Doptimize=ReleaseFast
0 commit comments