Skip to content

Commit

Permalink
Update installation command in README.md to use 'go install' with lat…
Browse files Browse the repository at this point in the history
…est version
  • Loading branch information
leolovenet committed Dec 6, 2024
1 parent 6a2b4af commit 3a060e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ipqqwry 需要预先安装 Go. 安装后可以从源码安装软件:

```sh
$ go get -u -v github.com/leolovenet/ipqqwry
go install github.com/leolovenet/ipqqwry@latest
```

### 下载预编译的可执行程序
Expand Down

0 comments on commit 3a060e3

Please sign in to comment.