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`.
This commit is contained in:
Kaspersky
2024-12-29 03:07:31 -05:00
parent c8950d376a
commit a266730d63

View File

@ -206,6 +206,14 @@ Other useful commands:
in the current running terminal emulator so if you want to check the in the current running terminal emulator so if you want to check the
behavior of this project, you must run this command in Ghostty. 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 ### Linting
#### Prettier #### Prettier