Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
labulakalia committed Apr 22, 2023
1 parent e330b5c commit f94519e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build:
build_bing_chat:
GOOS=linux go build -o build/bingchat_linux_amd64 cmd/main.go
GOOS=darwin go build -o build/bingchat_drawin_amd64 cmd/main.go
GOOS=windows go build -o build/bingchat_windows_amd64.exe cmd/main.go
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Required in a supported country with New Bing Or set http_proxy
## Install
- Install [Cookie-Editor](https://chrome.google.com/webstore/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm?hl=en),
- Export `bing.com` cookies to save json file
- Download `bingchat` for your platform
- Download [bingchat](https://github.com/labulakalia/bingchat/releases/latest) for your platform

## Usage
```shell
Expand Down

0 comments on commit f94519e

Please sign in to comment.