Merge pull request #4118 from liuyuanyuan090/v7-dev

修改README.md中的疑似中英文符号错误,将。/hutool.sh安装 修改为 ./hutool.sh安装,即。改为.
This commit is contained in:
Golden Looly 2025-10-27 17:39:26 +08:00 committed by GitHub
commit 465bf02e5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,7 +155,7 @@ implementation 'cn.hutool.v7:hutool-all:7.0.0-M3'
下载整个项目源码v6-master或v6-dev分支都可然后进入Hutool项目目录执行 下载整个项目源码v6-master或v6-dev分支都可然后进入Hutool项目目录执行
```sh ```sh
./hutool.sh install / hutool.sh安装 ./hutool.sh install ./ hutool.sh安装
``` ```
然后就可以使用Maven引入了。 然后就可以使用Maven引入了。