Skip to content

Commit 4b1bb8c

Browse files
committed
fix: installation binary name
1 parent fad4a39 commit 4b1bb8c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ environment.systemPackages = [
6161
### Install via go
6262

6363
```shell
64-
go install github.com/j178/chatgpt/cmd@latest
64+
go install github.com/j178/chatgpt/cmd/chatgpt@latest
6565
```
6666

6767
## Keybings

cmd/main.go cmd/chatgpt/main.go

File renamed without changes.

0 commit comments

Comments
 (0)