Skip to content

Commit

Permalink
git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 1, 2025
1 parent 5bbe34e commit 1fcf67f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/install/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ On Linux, you may need to install additional dependencies. See
need Xcode installed with both the macOS and iOS SDKs enabled. See
[Mac `.app`](#mac-.app).

With Zig and necessary dependencies installed, a binary can be built using
`zig build`:
Begin by cloning the Ghostty repository and changing into the directory:

```sh
git clone https://github.com/ghostty-org/ghostty
cd ghostty
```

With Zig and necessary dependencies installed, a binary can then be built
using `zig build`:

```sh
zig build -Doptimize=ReleaseFast
Expand Down

0 comments on commit 1fcf67f

Please sign in to comment.