Skip to content

Commit ffc3119

Browse files
committed
remove go install method
1 parent 5c846fc commit ffc3119

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ brew install ImSingee/kitty/kitty
1414

1515
Or you can visit the [release](https://github.com/ImSingee/kitty/releases) page to download the latest version. The downloaded archive contains a single executable file, you can put it the system PATH.
1616

17-
Or you can install it from source (this requires Go1.21+):
18-
19-
```shell
20-
go install github.com/ImSingee/kitty@latest
21-
```
22-
2317
## Usage
2418

2519
After cloning a project:
@@ -174,4 +168,3 @@ If you really want to use kitty on Windows, PR is welcome.
174168
## License
175169
176170
MIT
177-

skills/kitty/SKILL.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ Use Kitty as a lightweight Git hooks manager. Prefer it when a repository should
2323
Use one of these installation methods:
2424

2525
```sh
26-
brew tap ImSingee/kitty
27-
brew install kitty
28-
```
29-
30-
```sh
31-
go install github.com/ImSingee/kitty@latest
26+
brew install ImSingee/kitty/kitty
3227
```
3328

3429
Downloaded release archives contain a single executable that can be placed on `PATH`.

0 commit comments

Comments
 (0)