From e8a90216fe0b950021575ee3797dc0ce665be020 Mon Sep 17 00:00:00 2001 From: azhn Date: Tue, 7 Jan 2025 06:04:13 +1100 Subject: [PATCH] Guide users to checkout curent release for source builds --- docs/install/build.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/install/build.mdx b/docs/install/build.mdx index f82534a..92c4c0f 100644 --- a/docs/install/build.mdx +++ b/docs/install/build.mdx @@ -34,11 +34,13 @@ 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). -Begin by cloning the Ghostty repository and changing into the directory: +Begin by cloning the Ghostty repository, then change into the directory and +checkout the current release: ```sh git clone https://github.com/ghostty-org/ghostty cd ghostty +git checkout v1.0.1 ``` With Zig and necessary dependencies installed, a binary can then be built @@ -80,13 +82,13 @@ Required dependencies: #### Arch Linux ```sh -sudo pacman -S gtk4 libadwaita +sudo pacman -S gtk4 libadwaita wayland-protocols ``` #### Debian and Ubuntu ```sh -sudo apt install libgtk-4-dev libadwaita-1-dev git +sudo apt install libgtk-4-dev libadwaita-1-dev ``` On Debian unstable/testing, the `gcc-multilib` package is also required