Skip to content

Commit

Permalink
specify checkout instructions for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 24, 2025
1 parent 1ac7337 commit 8985d9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/install/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ git clone https://github.com/ghostty-org/ghostty
cd ghostty
```

To build a stable release, check out the associated tag. If you skip this
step you'll build the [tip version](/docs/install/pre).

```
git checkout <tag>
```

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

Expand Down

0 comments on commit 8985d9e

Please sign in to comment.