mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user