Skip to content

Commit 1fcf67f

Browse files
committed
git clone
1 parent 5bbe34e commit 1fcf67f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/install/build.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,15 @@ On Linux, you may need to install additional dependencies. See
3434
need Xcode installed with both the macOS and iOS SDKs enabled. See
3535
[Mac `.app`](#mac-.app).
3636

37-
With Zig and necessary dependencies installed, a binary can be built using
38-
`zig build`:
37+
Begin by cloning the Ghostty repository and changing into the directory:
38+
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`:
3946

4047
```sh
4148
zig build -Doptimize=ReleaseFast

0 commit comments

Comments
 (0)