From a266730d63880216ad70e58f7d9e2ed1acccb59d Mon Sep 17 00:00:00 2001 From: Kaspersky <50753378+CasP0@users.noreply.github.com> Date: Sun, 29 Dec 2024 03:07:31 -0500 Subject: [PATCH] Update README with GitHub CLI instructions Add instructions for cloning the repository using GitHub CLI to the `README.md`. * **Cloning the Repository** - Add a new section "Cloning the Repository" with instructions for using the GitHub CLI command `gh repo clone ghostty-org/ghostty`. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9e5a3b0e1..01dcba57a 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,14 @@ Other useful commands: in the current running terminal emulator so if you want to check the behavior of this project, you must run this command in Ghostty. +### Cloning the Repository + +To clone the repository using GitHub CLI, use the following command: + +```shell-session +gh repo clone ghostty-org/ghostty +``` + ### Linting #### Prettier